Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsignorelli authored Sep 27, 2023
1 parent c3e81b1 commit d756407
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ Next, in your ```.julia/dev/``` directory, clone the repository with:
```
git clone https://github.com/bmad-sim/TPSA.jl.git
```
Finally, while in the ```dev``` directory, the Julia package can be used with:
Finally, while in the ```dev``` directory, the Julia package can be used in the Julia REPL with:
```
using Pkg
Pkg.activate("TPSA")
using TPSA
```
Outside ```.julia/dev```, the full path to the ```TPSA``` directory from the current directory should be specified.
For Julia programs outside ```.julia/dev```, the full path to the ```TPSA``` directory from the current directory should be specified.

0 comments on commit d756407

Please sign in to comment.