diff options
author | ytti <saku@ytti.fi> | 2018-04-25 22:29:49 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-25 22:29:49 +0300 |
commit | f12c9c69fff97007b685fb1049fd82e95c451b1c (patch) | |
tree | 3ed7b1081c56e89b136097ab4257a90c6d46474a /README.md | |
parent | 128e14caea19d283adcf814df39b9aa7440e8c09 (diff) | |
parent | 0b120ee56759ef0299882ceb766954b1a73abf33 (diff) |
Merge pull request #1309 from wk/everybody-rake-now
change docker build process to use rake
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -119,6 +119,7 @@ pkg install rubygem-oxidized rubygem-oxidized-script rubygem-oxidized-web ```shell git clone https://github.com/ytti/oxidized.git cd oxidized/ +gem install bundler rake install ``` |