Skip to content
Snippets Groups Projects
Commit 244ed2f1 authored by Jonathan "Duke" Leto's avatar Jonathan "Duke" Leto
Browse files

Make vagrant boot instructions render nicely and copy+pastable

parent 764a0dee
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