Skip to content

Commit 19e2a49

Browse files
committed
Merge pull request #169 from psexton/master
Remove unnecessary package install in README
2 parents 21ace8b + e3d7d80 commit 19e2a49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Installation
6666

6767
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:
6868

69-
$ sudo apt-get install git-core git-svn ruby rubygems
69+
$ sudo apt-get install git-core git-svn ruby
7070

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

0 commit comments

Comments
 (0)