Skip to content

Commit e9a9761

Browse files
committed
Update installation instructions
1 parent 7c158a1 commit e9a9761

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

README.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,10 @@ to your start-up file (e.g. ``.bash_profile``).
3737

3838
2. At the Julia prompt, run
3939
```julia
40-
julia> Pkg.clone("https://github.com/yeesian/LibGEOS.jl.git")
41-
```
42-
3. `LibGEOS` has dependencies on [GeoInterface](https://github.com/yeesian/GeoInterface.jl), so you will need to install it by running
43-
```julia
44-
julia> Pkg.clone(https://github.com/yeesian/GeoInterface.jl.git)
40+
julia> Pkg.add("LibGEOS")
4541
```
4642

47-
4. Test that `LibGEOS` works by runnning
43+
3. Test that `LibGEOS` works by runnning
4844
```julia
4945
julia> Pkg.test("LibGEOS")
5046
```

0 commit comments

Comments
 (0)