summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave <davama@gmail.com>2017-02-02 13:47:54 -0500
committerGitHub <noreply@github.com>2017-02-02 13:47:54 -0500
commit42c1c26b07df29db3c7757ef3a82661917f4d709 (patch)
treed7a4a8ad0415fa18a5a61dd1dbba70aa037526e8
parent66007d55600c3b4a445a4b66ab89b0be31c084d3 (diff)
Adjustments
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 65d198b..3149ec9 100644
--- a/README.md
+++ b/README.md
@@ -192,7 +192,7 @@ gem install oxidized-script oxidized-web
```shell
git clone https://github.com/ytti/oxidized.git
cd oxidized/
-rake install
+gem build *.gemspec
gem install pkg/*.gem
```