Skip to content

Commit

Permalink
Use rake instead of gem to build package
Browse files Browse the repository at this point in the history
  • Loading branch information
ytti committed Apr 25, 2018
1 parent 9b22dfe commit 128e14c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,7 @@ pkg install rubygem-oxidized rubygem-oxidized-script rubygem-oxidized-web
```shell
git clone https://github.com/ytti/oxidized.git
cd oxidized/
gem build *.gemspec
gem install pkg/*.gem
rake install
```

### Running with Docker
Expand Down

0 comments on commit 128e14c

Please sign in to comment.