Skip to content

Commit

Permalink
Update installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaixhin committed Dec 15, 2016
1 parent 82a5084 commit 14ed4ea
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Expand Up @@ -25,6 +25,12 @@ Run `th experiment.lua` (or `qlua experiment.lua`) to run a demo of a random age

## Installation

```sh
luarocks install https://raw.githubusercontent.com/Kaixhin/rlenvs/master/rocks/rlenvs-scm-2.rockspec
```

The old API can be installed with the `v1` rockspec:

```sh
luarocks install https://raw.githubusercontent.com/Kaixhin/rlenvs/master/rocks/rlenvs-scm-1.rockspec
```
Expand Down

0 comments on commit 14ed4ea

Please sign in to comment.