diff options
author | Saku Ytti <saku@ytti.fi> | 2018-04-25 21:32:24 +0300 |
---|---|---|
committer | Saku Ytti <saku@ytti.fi> | 2018-04-25 21:32:24 +0300 |
commit | 128e14caea19d283adcf814df39b9aa7440e8c09 (patch) | |
tree | c62e975242b69280b485c515cffbcfa22957b431 /README.md | |
parent | 9b22dfeebd5d5f30a8e15be28a00ff84534e9998 (diff) |
Use rake instead of gem to build package
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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 |