From 9a782962ba927c7f49087ce78fa29515e9d59e0a Mon Sep 17 00:00:00 2001 From: Jason McCreary Date: Wed, 1 Jan 2014 20:03:56 -0500 Subject: [PATCH] Fixed typos in README. --- README.markdown | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.markdown b/README.markdown index 92e8a31..424fa27 100644 --- a/README.markdown +++ b/README.markdown @@ -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