diff options
author | Wild Kat <wk@futureinquestion.net> | 2018-04-25 21:14:45 +0200 |
---|---|---|
committer | Wild Kat <wk@futureinquestion.net> | 2018-04-25 21:14:45 +0200 |
commit | 0b120ee56759ef0299882ceb766954b1a73abf33 (patch) | |
tree | 3ed7b1081c56e89b136097ab4257a90c6d46474a /README.md | |
parent | 128e14caea19d283adcf814df39b9aa7440e8c09 (diff) |
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 ``` |