Skip to content

Commit 618adbc

Browse files
committed
Update README.md
1 parent 30a9f9d commit 618adbc

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,10 @@ If not done yet, create a project:
5959
```bash
6060
mkdir MyProject
6161
cd MyProject
62-
julia --project="."
62+
julia --project=.
6363
```
64+
Don't forget to type the `dot` at the end of the last line.
65+
6466
Install Python, matplotlib and ControlPlots
6567
```julia
6668
using Pkg
@@ -81,8 +83,9 @@ If not done yet, create a project:
8183
```bash
8284
mkdir MyProject
8385
cd MyProject
84-
julia --project="."
86+
julia --project=.
8587
```
88+
Don't forget to type the `dot` at the end of the last line.
8689

8790
Install Python, matplotlib and ControlPlots
8891
```julia

0 commit comments

Comments
 (0)