From c561c3e30c10e9d760c7ad41bb33d244bb40d8d6 Mon Sep 17 00:00:00 2001 From: Ivan Korunkov Date: Tue, 12 Apr 2016 17:13:58 +0300 Subject: [PATCH] From Rails 4 scripts live in 'bin' directory http://guides.rubyonrails.org/4_0_release_notes.html#railties-notable-changes --- docs/installation/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation/index.md b/docs/installation/index.md index 810aa6f..e9f13bd 100755 --- a/docs/installation/index.md +++ b/docs/installation/index.md @@ -26,7 +26,7 @@ Once you downloaded the latest version follow these simple steps to get a basic {% highlight bash %} cd CASinoApp gem install bundler -./script/install sqlite # choose either sqlite (not recommended), postgres or mysql +./bin/install sqlite # choose either sqlite (not recommended), postgres or mysql {% endhighlight %} This will generate a basic configuration. You'll learn how to change the configuration in the next chapter.