Skip to content

Commit 85ed79e

Browse files
author
Rachel
committed
Final tweaks to README for clarification
1 parent ead1781 commit 85ed79e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@ documentation.
1717
Fork and clone this repository. Issue pull requests one document at a time.
1818

1919
## Local Setup (Optional)
20-
1. Install requirements:
21-
* [virtualBox](https://www.virtualbox.org/wiki/Downloads) >= 4.3.x
20+
1. Install the following:
21+
* [virtualBox](https://www.virtualbox.org/wiki/Downloads)
2222
* [vagrant](https://www.vagrantup.com/downloads.html)
2323
* [vagrant-hostmanager](https://github.com/smdahlen/vagrant-hostmanager)
2424
* [vagrant-auto_network](https://github.com/oscar-stack/vagrant-auto_network)
25-
2. From inside the project root, run `vagrant up`
25+
2. Run `vagrant up` from inside the project root directory (`documentation`).
2626
3. You will be prompted for the administration password on your host machine. Obey.
2727
4. Visit <http://docs.local:8000/docs> in your browser of choice.
28-
5. Automatically regenerate Sculpin and re-compile CSS upon file modifications:
28+
5. Run `vagrant provision` to update the local site. Alternatively, you can watch for CSS and file modifications so that changes are reflected automatically:
2929

3030
```
3131
vagrant ssh -- -t 'cd /vagrant; fuser -k -n tcp 8000;grunt watch & ./bin/sculpin generate --server --watch'

0 commit comments

Comments
 (0)