From 6e7301af1de0b49690e45a92d33fdfb4ffccc434 Mon Sep 17 00:00:00 2001 From: Jesper Hess Nielsen Date: Mon, 4 Mar 2019 16:45:15 +0100 Subject: [PATCH] Update README with info about how to update dependencies --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 6e8f33d..48d6a3d 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,8 @@ Simply connect your browser to http://localhost:4000 and you're good to go. In d mode, the site has the [jekyll:livereload](https://github.com/RobertDeRose/jekyll-livereload) extension enabled, allowing you to see your changes immediately upon saving files in the source directory. +If you change anything in `Gemfile` you need to run `docker-compose run jekyll bundle update` to update all your dependencies. + ## Deploying the site Simply pushing to `master` in our main repo at https://git.data.coop/data.coop/website/ will trigger a build-and-deploy of the website.