From 5832ee4b12c66ff3b74fe5c9ad130f74d22d25ab Mon Sep 17 00:00:00 2001 From: c v t Date: Sat, 31 Aug 2019 22:35:07 +0200 Subject: [PATCH] Add missing `bundle install` command --- CONTRIBUTING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 7f66378..610c025 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -38,6 +38,7 @@ Then you can get your Ruby dependencies installed with: ``` bash $ gem install jekyll bundler +$ bundle install ``` # Serve Website