File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -207,7 +207,7 @@ Pkg.add(name="Example", version="0.3") # Specify version; latest release in the
207207Pkg.add(name="Example", version="0.3.1") # Specify version; exact release
208208Pkg.add(url="https://github.com/JuliaLang/Example.jl", rev="master") # From url to remote gitrepo
209209Pkg.add(url="/remote/mycompany/juliapackages/OurPackage") # From path to local gitrepo
210- Pkg.add(url="https://github.com/Company/MonoRepo", subdir="juliapkgs/Package.jl) ") # With subdir
210+ Pkg.add(url="https://github.com/Company/MonoRepo", subdir="juliapkgs/Package.jl") # With subdir
211211```
212212
213213After the installation of new packages the project will be precompiled. See more at [Environment Precompilation](@ref).
You can’t perform that action at this time.
0 commit comments