Skip to content

Commit

Permalink
Update installation instructions (deepspeedai#362)
Browse files Browse the repository at this point in the history
  • Loading branch information
tjruwase authored Sep 6, 2020
1 parent 4d4eafb commit 9e83ef2
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down

0 comments on commit 9e83ef2

Please sign in to comment.