We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e18e71 commit 42bf97dCopy full SHA for 42bf97d
README.md
@@ -26,9 +26,9 @@ It is suggested to use a local Julia environment. You can create it with:
26
```bash
27
mkdir myproject
28
cd myproject
29
-julia --project="."
+julia --project=.
30
```
31
-and then, on the Julia prompt enter:
+(don't forget typing the dot at the end), and then, on the Julia prompt enter:
32
```julia
33
using Pkg
34
pkg"add KiteControllers#main"
0 commit comments