Jive.jl icon indicating copy to clipboard operation
Jive.jl copied to clipboard

Fix revise integration instructions

Open dpinol opened this issue 4 years ago • 1 comments

According to https://github.com/wookay/Jive.jl/blob/master/docs/src/watch.md, the revise example must be executed with julia --project=.. -q -i revise.jl example but I verified that it needs to be executed as in CI

  1. Previously running Pkg.develop (this is not mentioned in the readme)
  2. with --project=. (not ..) so that it gets the Jive dependency

thanks

dpinol avatar Oct 14 '21 08:10 dpinol

thanks. I added these line.

julia -e 'using Pkg; pkg"dev Revise .."'

wookay avatar Oct 14 '21 10:10 wookay

fixed

dpinol avatar Dec 17 '24 10:12 dpinol