Skip to content

Commit 14e8118

Browse files
committed
use pasteable code for installation
1 parent 6c9dfa8 commit 14e8118

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,12 @@ For more details refer to the [documentation](https://fourierflows.github.io/Fou
3737

3838
## Installation
3939

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
4141

4242
```julia
43-
julia>]
44-
(v1.5) pkg> add FourierFlows
45-
(v1.5) pkg> instantiate
43+
julia> using Pkg
44+
julia> Pkg.add("FourierFlows")
45+
julia> Pkg.instantiate()
4646
```
4747

4848
The most recent version of FourierFlows.jl requires Julia v1.5 or later.

0 commit comments

Comments
 (0)