From 27e5830c4fdf21fc8e76dda5613aeba8d933abef Mon Sep 17 00:00:00 2001 From: Devin Howard Date: Fri, 5 Feb 2016 18:12:25 +0800 Subject: [PATCH] move configure.sh into bin folder --- README.md | 2 +- configure.sh => bin/configure.sh | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename configure.sh => bin/configure.sh (100%) diff --git a/README.md b/README.md index 76444337..5cfd3a37 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ git clone git@github.com:metamaps/metamaps_gen002.git Now ensure you have VirtualBox and Vagrant installed on your computer ``` cd metamaps_gen002 -./configure.sh +./bin/configure.sh ``` This will do all the setup steps to make Metamaps work with a bit of behind the scenes ninja magick. diff --git a/configure.sh b/bin/configure.sh similarity index 100% rename from configure.sh rename to bin/configure.sh