Skip to content

Commit 342d656

Browse files
committed
update README and .gitignore
1 parent 2b09404 commit 342d656

File tree

2 files changed

+11
-7
lines changed

2 files changed

+11
-7
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@ Gemfile.lock
44
.rbenv-version
55
.rvmrc
66
.DS_Store
7-
target/
7+
target/
8+
lib/geotools/

README.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,17 @@ geoscript-ruby
22

33
GeoScript for JRuby
44

5-
To start:
6-
(installed gem)
7-
%> geoscript
8-
9-
(development)
10-
%> rake console {OR} %> bin/geoscript
5+
If in development, run `mvn install` to get GeoTools dependencies
116

127
```ruby
8+
# installed gem
9+
# %> geoscript
10+
11+
# development
12+
# %> rake console
13+
# or
14+
# %> bin/geoscript
15+
1316
require 'geoscript'
1417
# => true
1518
include GeoScript::Geom

0 commit comments

Comments
 (0)