Skip to content

Commit fe9c286

Browse files
Update README.md
1 parent 4156806 commit fe9c286

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,22 @@
77

88
A gem that takes as input the output of a maven checkstyle plugin checkstyle:check goal and generates a suppressions.xml file.
99

10+
# Installation
11+
12+
### Bundler
13+
14+
```ruby
15+
gem 'ruby-perlin-2D-map-generator'
16+
```
17+
18+
### Manual
19+
20+
```sh
21+
gem install ruby-perlin-2D-map-generator
22+
```
23+
24+
## Usage
25+
1026
Example Input:
1127
```sh
1228
[INFO] Scanning for projects...

0 commit comments

Comments
 (0)