From 0233fec5daa8b020c2415879b02d5bd7b927117f Mon Sep 17 00:00:00 2001 From: j Date: Sun, 15 Nov 2015 18:10:47 +0100 Subject: [PATCH] markdown readme --- README | 12 ------------ README.md | 9 +++++++++ 2 files changed, 9 insertions(+), 12 deletions(-) delete mode 100644 README create mode 100644 README.md diff --git a/README b/README deleted file mode 100644 index d067d46..0000000 --- a/README +++ /dev/null @@ -1,12 +0,0 @@ -Pan.do/ra Vagrant - -1) Install Vagrant (https://www.vagrantup.com/) -1) Checkout this repository -2) Setup Vagrant - - $ vagrant up - -3) Open Browser at http://localhost:2620/ -4) SSH into VM - - $ vagrant ssh diff --git a/README.md b/README.md new file mode 100644 index 0000000..b928cf4 --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ +Pan.do/ra Vagrant + +1. Install Vagrant (https://www.vagrantup.com/) +2. Checkout this repository +3. Setup Vagrant + $ vagrant up +4. Open Browser at http://localhost:2620/ +5. SSH into VM + $ vagrant ssh