Skip to content

Commit

Permalink
Tweak installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
apjanke committed Feb 7, 2019
1 parent 74a1321 commit b43a2aa
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
3 changes: 1 addition & 2 deletions INSTALLING.md
Expand Up @@ -10,7 +10,7 @@ only supported on macOS, with [Homebrew](http://brew.sh). To install with `brew`

```
brew tap apjanke/ronn-ng
brew install --HEAD ronn-ng
brew install ronn-ng
```

### From RubyGems
Expand Down Expand Up @@ -97,4 +97,3 @@ curl -L http://github.com/rtomayko/ronn/downloads/0.6.6 | tar xvzf -
cd rtomayko-r*
ruby setup.rb
```

8 changes: 7 additions & 1 deletion README.md
Expand Up @@ -35,7 +35,13 @@ brew tap apjanke/ronn-ng
brew install ronn-ng
```

See INSTALLING.md for details on other systems and installation methods.
Install with `gem` anywhere that supports it:

```
gem install ronn-ng
```

See [INSTALLING.md](INSTALLING.md) for details on other systems and installation methods.

## Examples

Expand Down

0 comments on commit b43a2aa

Please sign in to comment.