Skip to content

Commit cc0ac51

Browse files
Ben FlowersBen Flowers
Ben Flowers
authored and
Ben Flowers
committed
updating readme
1 parent ab1bf19 commit cc0ac51

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

Diff for: README.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,14 @@ This project was created to simplify the process of deploying applications using
77

88
##Installation
99

10-
The package is installed on rubygems and can be installed using the following command line or adding the following line to your gemfile.
10+
The package is installed on rubygems and can be installed using the following command
1111

1212
gem install 'git_repository'
1313

14+
or adding the following to your Gemfile
15+
16+
gem 'git_repository'
17+
1418
You will need to insert the following command in your project `require 'git_repository`
1519
##Usage
1620

@@ -176,4 +180,4 @@ This raketask takes a commit message, pulls changes from the repository, runs th
176180

177181
This task is called as follows:
178182

179-
rake online['hello world!']
183+
rake online['hello world!']

0 commit comments

Comments
 (0)