Skip to content

Commit e8c2863

Browse files
authored
Update README.md
1 parent 4b81f6e commit e8c2863

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,18 @@ Oceananigans.jl comes above the ocean's surface...
44

55
### Instructions
66

7-
First [install Julia](https://julialang.org/downloads/).
7+
First [install Julia](https://julialang.org/downloads/); suggested version 1.10. See [juliaup](https://github.com/JuliaLang/juliaup) README for how to install 1.10 and make that version the default.
88

99
Then clone this repository
1010

1111
```bash
12-
$ git clone [email protected]:navidcy/AquaSkyLES.jl.git
12+
git clone [email protected]:navidcy/AquaSkyLES.jl.git
1313
```
1414

1515
Open Julia from within the local directory of the repo via:
1616

1717
```bash
18-
$ julia --project
18+
julia --project
1919
```
2020

2121
The first time, you need to install any dependencies:

0 commit comments

Comments
 (0)