Update installation instructions (#362)

This commit is contained in:
Olatunji Ruwase 2020-09-06 08:59:48 -07:00 коммит произвёл GitHub
Родитель 4d4eafbe8d
Коммит 9e83ef21ea
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 9 добавлений и 1 удалений

Просмотреть файл

@ -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
```