Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bgroenks96 committed Jun 11, 2023
1 parent 951a0e6 commit 033f07b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@ Author: Brian Groenke ([email protected])
`CryoGrid.jl` can be installed via the Julia package manager:

```
add https://gitlab.awi.de/sparcs/cryogrid/cryogridjulia
add CryoGrid
```

or equivalently in code/REPL:

```julia
import Pkg
Pkg.add(url="https://gitlab.awi.de/sparcs/cryogrid/cryogridjulia")
Pkg.add("CryoGrid")
```

### Quick start
Expand Down

0 comments on commit 033f07b

Please sign in to comment.