Skip to content

Commit 756f4e7

Browse files
committed
Update README.md
Update readme.
1 parent 036d77b commit 756f4e7

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

README.md

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@ This ruby-saml-example project works with rails4 and uses is compatible with the
3434
Getting Started
3535
---------------
3636

37-
1. At the command prompt, start a new Rails application using the <tt>rails</tt> command
38-
and your application name. Ex: rails myapp
39-
2. Change directory into myapp and start the web server: <tt>script/server</tt> (run with --help for options)
40-
3. Go to http://localhost:3000/ and get "Welcome aboard: You're riding the Rails!"
41-
4. Follow the guidelines to start developing your application
37+
1. Download the ruby-saml-example code
38+
2. Install the required gems
39+
3. Execute the command rails server [It'ss supposed that you installed previously Rails4]
40+
4. Go to http://localhost:3000/ and get "Welcome aboard: You're riding the Rails!"
41+
5. Follow the guidelines to start developing your application
4242

4343

4444
Web Servers
@@ -147,10 +147,12 @@ and also on programming in general.
147147
Debugger
148148
--------
149149

150-
Debugger support is available through the debugger command when you start your Mongrel or
151-
Webrick server with --debugger. This means that you can break out of execution at any point
152-
in the code, investigate and change the model, AND then resume execution!
153150
You need to install byebug to run the server in debugging mode. With gems, use 'gem install byebug'
151+
Later set
152+
```
153+
debugger
154+
```
155+
where you want to set the breackpoint.
154156

155157
Example:
156158

0 commit comments

Comments
 (0)