From d756407e48bdab13ad97d1100530164fee87c6ef Mon Sep 17 00:00:00 2001 From: mattsignorelli <113714234+mattsignorelli@users.noreply.github.com> Date: Wed, 27 Sep 2023 16:26:26 -0400 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e7cec9b2..a23ccf2e 100644 --- a/README.md +++ b/README.md @@ -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.