Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
missing keyword in call to `Pkg.add()`
  • Loading branch information
wsphillips authored Jul 27, 2021
1 parent 5391a24 commit 7b59381
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ the directory via the package manager:

```julia
# From Julia REPL
using Pkg; Pkg.add("/path/to/Conductor.jl")
using Pkg; Pkg.add(path="/path/to/Conductor.jl")
```

While Conductor.jl is still in early development, you can get a feel for what's going on by looking in
Expand Down

0 comments on commit 7b59381

Please sign in to comment.