diff options
author | Oscar Del Ben <info@oscardelben.com> | 2012-06-17 11:14:19 -0700 |
---|---|---|
committer | Oscar Del Ben <info@oscardelben.com> | 2012-06-17 11:14:19 -0700 |
commit | b0da716a19d4ef937ad705d571be7dd18fbbc7bb (patch) | |
tree | f0e6bc03a73feef3d0248e7646ed782acd75649a /guides/source | |
parent | 636794e738c6af9afae08d318fe43aefe3fe9083 (diff) | |
download | rails-b0da716a19d4ef937ad705d571be7dd18fbbc7bb.tar.gz rails-b0da716a19d4ef937ad705d571be7dd18fbbc7bb.tar.bz2 rails-b0da716a19d4ef937ad705d571be7dd18fbbc7bb.zip |
Add tip for browsing source code on Github
Diffstat (limited to 'guides/source')
-rw-r--r-- | guides/source/initialization.textile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/guides/source/initialization.textile b/guides/source/initialization.textile index f40f884c7b..25f137cfbd 100644 --- a/guides/source/initialization.textile +++ b/guides/source/initialization.textile @@ -15,6 +15,11 @@ server+ to boot your app. NOTE: Paths in this guide are relative to Rails or a Rails application unless otherwise specified. +TIP: If you want to follow along while browsing the Rails "source +code":https://github.com/rails/rails, we recommend that you use the +t+ +key binding to open the file finder inside github and find files +quickly. + h3. Launch! A Rails application is usually started with the command +rails server+. |