From 5d8e0584b117fa58c93fcbee725efa5c7fce48c5 Mon Sep 17 00:00:00 2001 From: Nick Sellen Date: Sun, 16 Dec 2018 10:21:27 +0000 Subject: [PATCH] Add some more readme docs --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index fa6c4e7..0374f41 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,11 @@ A few useful things you might want to do: # bring it back to life from any state you happen to be in docker-compose up -d + # run some ruby/bundler commands + docker-compose run jekyll bundle --version + docker-compose run jekyll bundle update + docker-compose run jekyll bundle exec jekyll --help + ### ... directly on your machine Install the dependencies for the project