Clarify instructions on releasing inspec.io

This commit is contained in:
Dominik Richter 2016-12-22 13:52:50 +01:00 committed by GitHub
parent 4c8518990e
commit 3d73b272a5

View file

@ -32,9 +32,10 @@ bundle exec rake www:build
## Releasing
To build everything and push a new version of the website, run this command:
To build everything and push a new version of the website, be in the root folder of this repository and run:
```
bundle install
bundle exec rake www
```