Skip to content

Commit 96e60a5

Browse files
committed
update
1 parent c0b506c commit 96e60a5

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,12 @@ First, you need to install julia on your machine. We recommend to use the binari
4545
Next, start julia and switch to the julia package manager using `]`, after which you can add the package.
4646
```julia-repl
4747
julia> ]
48-
(@1.11) pkg> add GeophysicalModelGenerator
48+
(@1.6) pkg> add GeophysicalModelGenerator
4949
```
5050
You can test whether it works on your system with
5151
```julia-repl
5252
julia> ]
53-
(@1.11) pkg> test GeophysicalModelGenerator
53+
(@1.6) pkg> test GeophysicalModelGenerator
5454
```
5555
and use it with
5656
```julia-repl

docs/src/man/installation.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ julia>
3030

3131
From the julia prompt, you start the package manager by typing `]`:
3232
```julia-repl
33-
(@1.11) pkg>
33+
(@1.6) pkg>
3434
```
3535
And you return to the command line with a backspace.
3636

@@ -97,7 +97,7 @@ This will automatically install various other packages it relies on (using the c
9797
If you want, you can test if it works on your machine by running the test suite in the package manager:
9898
```julia-repl
9999
julia> ]
100-
(@1.11) pkg> test GeophysicalModelGenerator
100+
(@1.6) pkg> test GeophysicalModelGenerator
101101
```
102102
Note that we run these tests automatically on Windows, Linux and Mac every time we add a new feature to GeophysicalModelGenerator (using different julia versions). This Continuous Integration (CI) ensures that new features do not break others in the package. The results can be seen [here](https://github.com/JuliaGeodynamics/GeophysicalModelGenerator.jl/actions).
103103

@@ -106,7 +106,7 @@ The installation of `GMG` only needs to be done once, and will precompile the pa
106106
If you, at a later stage, want to upgrade to the latest version of `GMG`, you can type:
107107
```julia-repl
108108
julia> ]
109-
(@1.11) pkg> update GeophysicalModelGenerator
109+
(@1.6) pkg> update GeophysicalModelGenerator
110110
```
111111

112112
You can load GeophysicalModelGenerator, for example to create cross-sections, with:

0 commit comments

Comments
 (0)