Skip to content

Commit 50d59df

Browse files
authored
Merge pull request #664 from ebibibibibi/fix-app-name-in-install-guide
Fix app name in install guide
2 parents 9ed014f + 2391ad3 commit 50d59df

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

_pages/install.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,12 @@ After you did that, please use your Command Prompt again and type `bundle update
4141

4242
### The sqlite3 gem failed to install
4343

44-
When running `rails new myapp` the `sqlite3` gem may fail to install. When this happens, first close the Windows Command Prompt app. Then re-open the Windows Command Prompt.
44+
When running `rails new railsgirlsapp` the `sqlite3` gem may fail to install. When this happens, first close the Windows Command Prompt app. Then re-open the Windows Command Prompt.
4545

4646
Next, install the `sqlite3` gem separately from the `rails` gem by running the following command:
4747

4848
{% highlight sh %}
4949
gem install sqlite3
5050
{% endhighlight %}
5151

52-
If this succeeds, remove the `myapp` directory the rails installer created and return to the installation instructions, to run `rails new myapp` again.
52+
If this succeeds, remove the `railsgirlsapp` directory the rails installer created and return to the installation instructions, to run `rails new railsgirlsapp` again.

_pages/install/linux.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,13 @@ bash < <(curl -sL https://raw.github.com/railsgirls/installation-scripts/master/
3939
Check that everything is working by running the application generator command.
4040

4141
{% highlight sh %}
42-
rails new myapp
42+
rails new railsgirlsapp
4343
{% endhighlight %}
4444

4545
Navigate into the app directory:
4646

4747
{% highlight sh %}
48-
cd myapp
48+
cd railsgirlsapp
4949
{% endhighlight %}
5050

5151
Start the Rails server:

0 commit comments

Comments
 (0)