Skip to content

Commit 42bf97d

Browse files
committed
Update README.md
1 parent 0e18e71 commit 42bf97d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ It is suggested to use a local Julia environment. You can create it with:
2626
```bash
2727
mkdir myproject
2828
cd myproject
29-
julia --project="."
29+
julia --project=.
3030
```
31-
and then, on the Julia prompt enter:
31+
(don't forget typing the dot at the end), and then, on the Julia prompt enter:
3232
```julia
3333
using Pkg
3434
pkg"add KiteControllers#main"

0 commit comments

Comments
 (0)