Skip to content

Commit

Permalink
update installing instructions (issue #3)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander-Barth committed Dec 17, 2019
1 parent c8bed00 commit 64e0d58
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Expand Up @@ -4,8 +4,11 @@ GibbsSeaWater.jl is a Julia wrapper for [GSW-C#master](https://github.com/TEOS-1

## Installation

Start Julia and issue the following commands:

```julia
pkg> add https://github.com/TEOS-10/GibbsSeaWater.jl
using Pkg
Pkg.add(PackageSpec(url="https://github.com/TEOS-10/GibbsSeaWater.jl"))
```

## About TEOS-10
Expand Down

0 comments on commit 64e0d58

Please sign in to comment.