diff --git a/README.md b/README.md index e1af4ba..a752e2e 100644 --- a/README.md +++ b/README.md @@ -10,3 +10,8 @@ Sample Vagrant project for use with the ``` bash <(curl https://github.com/atomaka/vagrant-farmers_market/blog/master/bootstrap.sh) ``` + +or + +follow the [bootstrap +file](https://github.com/atomaka/vagrant-farmers_market/blob/master/bootstrap.sh). diff --git a/bootstrap.sh b/bootstrap.sh index 0a96374..1a56414 100644 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -1,7 +1,7 @@ #!/bin/bash -git clone git@git.atomaka.com:talks/vagrant-farmers\_market.git +git clone https://github.com/atomaka/vagrant-farmers_market.git cd vagrant-farmers_market -git clone https://github.com/atomaka/farmers_markets.git code +git clone https://github.com/atomaka/farmers_markets.git vagrant up vagrant ssh -c "cd app && rackup -o 0.0.0"