diff options
| -rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -4,12 +4,12 @@ Ruby's [bundler](http://bundler.io/) is required to set up the blog. Follow the instructions: -+ `gem install bundler` -+ `bundler install` ++ `sudo apt-get install bundler` ++ `make deps` ## Work on the blog -I don't really care about a clear history for the blog. +I don't really care about a clean history for the blog. ## Write an article |
