You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,12 +37,12 @@ For more details refer to the [documentation](https://fourierflows.github.io/Fou
37
37
38
38
## Installation
39
39
40
-
To install, use Julia's built-in package manager (accessed by pressing `]` in the Julia REPL command prompt) to add the package and also to instantiate/build all the required dependencies
40
+
To install, use Julia's built-in package manager to add the package and also to instantiate/build all the required dependencies
41
41
42
42
```julia
43
-
julia>]
44
-
(v1.5) pkg>addFourierFlows
45
-
(v1.5) pkg>instantiate
43
+
julia>using Pkg
44
+
julia> Pkg.add("FourierFlows")
45
+
julia> Pkg.instantiate()
46
46
```
47
47
48
48
The most recent version of FourierFlows.jl requires Julia v1.5 or later.
0 commit comments