We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c158a1 commit e9a9761Copy full SHA for e9a9761
README.md
@@ -37,14 +37,10 @@ to your start-up file (e.g. ``.bash_profile``).
37
38
2. At the Julia prompt, run
39
```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)
+ julia> Pkg.add("LibGEOS")
45
```
46
47
-4. Test that `LibGEOS` works by runnning
+3. Test that `LibGEOS` works by runnning
48
49
julia> Pkg.test("LibGEOS")
50
0 commit comments