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 2b09404 commit 342d656Copy full SHA for 342d656
.gitignore
@@ -4,4 +4,5 @@ Gemfile.lock
4
.rbenv-version
5
.rvmrc
6
.DS_Store
7
-target/
+target/
8
+lib/geotools/
README.md
@@ -2,14 +2,17 @@ geoscript-ruby
2
3
GeoScript for JRuby
-To start:
-(installed gem)
-%> geoscript
-
9
-(development)
10
-%> rake console {OR} %> bin/geoscript
+If in development, run `mvn install` to get GeoTools dependencies
11
12
```ruby
+# installed gem
+# %> geoscript
+
+# development
+# %> rake console
13
+# or
14
+# %> bin/geoscript
15
16
require 'geoscript'
17
# => true
18
include GeoScript::Geom
0 commit comments