diff --git a/docs/README.md b/docs/README.md index be535b3ab8a281e23ca5b8fd79290a2fe740cb88..0ac7783f3860f2d3324643e8919c42acc3370773 100644 --- a/docs/README.md +++ b/docs/README.md @@ -29,7 +29,15 @@ gem install jekyll bundler ``` ### Start a local webserver -We now need to install the required Ruby packages for the website. **NOTE**: this step frequently hangs when connected to a VPN (including MSVPN). Simply disconnect for the package installation. +We now need to install the required Ruby packages for the website. + +**NOTE**: you should change to this folder (i.e., docs) before running the installation command to avoid this [error](https://stackoverflow.com/questions/10012181/bundle-install-returns-could-not-locate-gemfile/35157872): + +> Could not locate Gemfile + +**NOTE**: this step frequently hangs when connected to a VPN (including MSVPN). Simply disconnect for the package installation. + + ``` bundle install ```