Skip to content

Commit

Permalink
Added installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
kzaitsev committed Mar 12, 2016
1 parent 6349e92 commit e7d734c
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,19 @@ RVM replacement
* Rubies list
* Gemsets maybe

## Installation

```sh
curl -s https://raw.githubusercontent.com/Bugagazavr/grvm/master/install.sh | bash --
```

Do not forget add to your `zshrc` or `bashrc`:

```sh
# GRVM
[[ -s "$HOME/.grvm/scripts/grvm" ]] && source $HOME/.grvm/scripts/grvm
```

## Development

You need Go 1.5 + for development
Expand Down

0 comments on commit e7d734c

Please sign in to comment.