From 244ed2f113adaada66ef5af5795266477b3b4ce5 Mon Sep 17 00:00:00 2001 From: "Jonathan \"Duke\" Leto" <jonathan@leto.net> Date: Wed, 26 Oct 2011 23:26:29 -0700 Subject: [PATCH] Make vagrant boot instructions render nicely and copy+pastable --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 9ecb6efd1..908b6ea4a 100644 --- a/README.md +++ b/README.md @@ -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. -- GitLab