Skip to content

Commit

Permalink
remove line about changing UUID to dev in readme (JuliaLang#3837)
Browse files Browse the repository at this point in the history
  • Loading branch information
IanButterworth authored Mar 9, 2024
1 parent e082111 commit 28bbbd4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ shipped with Julia v1.0 and above.

If you want to develop this package do the following steps:
- Make a fork and then clone the repo locally on your computer
- In line 2 of the `Project.toml` file (the line that begins with `uuid = ...`), modify the UUID, e.g. change the `44cf...` to `54cf...`.
- Change the current directory to the Pkg repo you just cloned and start julia with `julia --project`.
- `import Pkg` will now load the files in the cloned repo instead of the Pkg stdlib .
- To test your changes, simply do `include("test/runtests.jl")`.
Expand Down

0 comments on commit 28bbbd4

Please sign in to comment.