Skip to content

Commit 0847d73

Browse files
committed
tweak README
1 parent bcaee2d commit 0847d73

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

README.textile

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,10 @@ h4. Downloading the Code
4949

5050
If you simply wish to examine the example code, you can download the code ("clone the repository") with the command
5151

52-
@$ git clone git://github.com/RailsApps/rails3-devise-rspec-cucumber.git@
53-
52+
<pre>
53+
$ git clone git://github.com/RailsApps/rails3-devise-rspec-cucumber.git
54+
</pre>
55+
5456
The source code is managed with Git (a version control system). You'll need Git on your machine (install it from "http://git-scm.com/":http://git-scm.com/).
5557

5658
h4. Using the Ready-Made Application Template
@@ -59,7 +61,9 @@ You can use an application template to generate a new version of the example app
5961

6062
To build the "rails3-devise-rspec-cucumber" example application, run the command:
6163

62-
@rails new myapp -m https://github.com/RailsApps/rails3-application-templates/raw/master/rails3-devise-rspec-cucumber-template.rb -T@
64+
<pre>
65+
rails new myapp -m https://github.com/RailsApps/rails3-application-templates/raw/master/rails3-devise-rspec-cucumber-template.rb -T
66+
</pre>
6367

6468
Use the @-T@ flag to skip Test::Unit files.
6569

0 commit comments

Comments
 (0)