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 @@ -177,7 +177,7 @@ Pkg.add(name="Example", version="0.3") # Specify version; latest release in the
177177Pkg.add(name="Example", version="0.3.1") # Specify version; exact release
178178Pkg.add(url="https://github.com/JuliaLang/Example.jl", rev="master") # From url to remote gitrepo
179179Pkg.add(url="/remote/mycompany/juliapackages/OurPackage") # From path to local gitrepo
180- Pkg.add(url="https://github.com/Company/MonoRepo", subdir="juliapkgs/Package.jl) ") # With subdir
180+ Pkg.add(url="https://github.com/Company/MonoRepo", subdir="juliapkgs/Package.jl") # With subdir
181181```
182182
183183After 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