Skip to content
Snippets Groups Projects
Commit c4ef1c0a authored by Lloyd Hilaiel's avatar Lloyd Hilaiel
Browse files

Merge pull request #496 from cashmusic/dev

Make vagrant boot instructions render nicely and copy+pastable
parents 764a0dee 244ed2f1
No related branches found
No related tags found
No related merge requests found
......@@ -23,10 +23,12 @@ or changes will be made.
2. Boot up the VM:
$ cd browserid
$ vagrant up
$ vagrant ssh
vagrant@lucid32:browserid$ node ./run.js
```
cd browserid
vagrant up
vagrant ssh vagrant@lucid32:browserid
node ./run.js
```
`vagrant up` will take a while. Go get a cup of coffee. This is because it downloads the 500MB VM.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment