Skip to content

Commit 71fef40

Browse files
committed
docs: minor corrections
1 parent 52c29a9 commit 71fef40

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,10 @@ Static html is served by [HighVoltage](https://github.com/thoughtbot/high_voltag
88
containing whitespaces and dir pathes missing 'index' filename.
99

1010
## Usage
11-
* Install Node.JS (v5.1 or higher)
1211
This assumes you have a docs-building project in Git, the built docs are in 'site' directory and now want to deploy it
13-
to Heroku. In your projects dir:
12+
to Heroku.
13+
* Install Node.JS (v5.1 or higher)
14+
* Change current dir to your project: `cd my-docs-project`
1415
* Install authenticated-docs and couple additional tools:
1516
```
1617
npm install authenticated-docs gh-pages gulp gulp-debug
@@ -39,6 +40,7 @@ git fetch && git checkout -f deploy && git reset --hard origin/deploy
3940
git remote add heroku https://git.heroku.com/my-docs.git # user proper path for your app
4041
git push -f heroku HEAD:master
4142
heroku run rake db:migrate
43+
heroku restart
4244
```
4345

4446
## Local installation

0 commit comments

Comments
 (0)