Skip to content

Commit

Permalink
Merge pull request nirvdrum#150 from jasonmccreary/patch-1
Browse files Browse the repository at this point in the history
Fixed typos in README.
  • Loading branch information
nirvdrum committed Jan 2, 2014
2 parents a6c4854 + 9a78296 commit 75833e9
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -64,13 +64,11 @@ the svn repo.
Installation
------------

Make sure you have git, git-svn, and ruby installed. svn2git is a ruby wrapper around git's native SVN support through git-svn. It is possible to have git
installed without git-svn installed, so please do verify that you can run `$ git svn` successfully. For a Debian-based system, the installation of the
prerequisites would like like:
Make sure you have git, git-svn, and ruby installed. svn2git is a ruby wrapper around git's native SVN support through git-svn. It is possible to have git installed without git-svn installed, so please do verify that you can run `$ git svn` successfully. For a Debian-based system, the installation of the prerequisites would look like:

$ sudo apt-get install git-core git-svn ruby rubygems

Once you have the necessary software your system, you can install svn2git through rubygems, which will add the `svn2git` command to your PATH.
Once you have the necessary software on your system, you can install svn2git through rubygems, which will add the `svn2git` command to your PATH.

$ sudo gem install svn2git

Expand Down

0 comments on commit 75833e9

Please sign in to comment.