Skip to content

Commit a4ec712

Browse files
authored
Remove outdated UUID instructions (#3855)
1 parent 9c6356f commit a4ec712

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,8 @@ shipped with Julia v1.0 and above.
1212
If you want to develop this package do the following steps:
1313
- Make a fork and then clone the repo locally on your computer
1414
- Change the current directory to the Pkg repo you just cloned and start julia with `julia --project`.
15-
- `import Pkg` will now load the files in the cloned repo instead of the Pkg stdlib .
15+
- `import Pkg` will now load the files in the cloned repo instead of the Pkg stdlib.
1616
- To test your changes, simply do `include("test/runtests.jl")`.
17-
- Before you commit and push your changes, remember to change the UUID in the `Project.toml` file back to the original UUID
1817

1918
If you need to build Julia from source with a Git checkout of Pkg, then instead use `make DEPS_GIT=Pkg` when building Julia. The `Pkg` repo is in `stdlib/Pkg`, and created initially with a detached `HEAD`. If you're doing this from a pre-existing Julia repository, you may need to `make clean` beforehand.
2019

0 commit comments

Comments
 (0)