Skip to content

Commit 5fe2b8a

Browse files
authored
update README
Remove wrong license info, and update build instructions.
1 parent a0f4d47 commit 5fe2b8a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ LibGEOS.jl
44
[![Build Status](https://ci.appveyor.com/api/projects/status/github/JuliaGeo/LibGEOS.jl?svg=true&branch=master)](https://ci.appveyor.com/project/JuliaGeo/LibGEOS-jl/branch/master)
55
[![Coverage Status](https://coveralls.io/repos/github/JuliaGeo/LibGEOS.jl/badge.svg)](https://coveralls.io/github/JuliaGeo/LibGEOS.jl)
66

7-
LibGEOS is a LGPL-licensed package for manipulation and analysis of planar geometric objects, based on the libraries [GEOS](https://trac.osgeo.org/geos/) (the engine of PostGIS) and JTS (from which GEOS is ported).
7+
LibGEOS is a package for manipulation and analysis of planar geometric objects, based on the libraries [GEOS](https://trac.osgeo.org/geos/) (the engine of PostGIS) and JTS (from which GEOS is ported).
88

99
Among other things, it allows you to parse [Well-known Text (WKT)](https://en.wikipedia.org/wiki/Well-known_text)
1010

@@ -35,11 +35,11 @@ Installation
3535
------------
3636
1. At the Julia prompt, run
3737
```julia
38-
julia> Pkg.add("LibGEOS")
38+
pkg> add LibGEOS
3939
```
40-
This will install both the Julia package and GEOS shared libraries together. To just reinstall the GEOS shared libraries, run `Pkg.build("LibGEOS")`.
40+
This will install both the Julia package and GEOS shared libraries together. To just reinstall the GEOS shared libraries, run `pkg> build LibGEOS`.
4141

4242
2. Test that `LibGEOS` works by runnning
4343
```julia
44-
julia> Pkg.test("LibGEOS")
44+
pkg> test LibGEOS
4545
```

0 commit comments

Comments
 (0)