Skip to content

Commit 3b5fd1b

Browse files
committed
Formatting
1 parent 46a985f commit 3b5fd1b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,7 @@ Then in order to configure Jenkins:
4141
2. Make [rvm](https://rvm.beginrescueend.com/) available to the Jenkins user
4242
3. Install at least one Ruby for the jenkins user and set it to default with `rvm use <ruby> --default`, where `<ruby>` is the version you've installed.
4343
3. Install `metrical` gem for the jenkins user (`rvm use default && gem install metrical`)
44-
2. Install this template in Jenkins by
45-
cd $JENKINS_HOME/jobs
46-
git clone git://github.com/fabn/rails-jenkins-template.git rails-template
44+
2. Install this template in Jenkins by `cd $JENKINS_HOME/jobs && git clone git://github.com/fabn/rails-jenkins-template.git rails-template`
4745
3. Restart Jenkins to load the new job template
4846
3. Click on "New Job"
4947
4. Enter a "Job Name"

0 commit comments

Comments
 (0)