From e3d7d8084a793769e2026d432f7d62a325c1a220 Mon Sep 17 00:00:00 2001 From: Paul Sexton Date: Fri, 1 Aug 2014 14:47:38 -0500 Subject: [PATCH] Update README.markdown On Debian systems, the `rubygems` package has been rolled into the `ruby` package. --- README.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.markdown b/README.markdown index 81f2257..6041c47 100644 --- a/README.markdown +++ b/README.markdown @@ -66,7 +66,7 @@ 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 look like: - $ sudo apt-get install git-core git-svn ruby rubygems + $ sudo apt-get install git-core git-svn ruby Once you have the necessary software on your system, you can install svn2git through rubygems, which will add the `svn2git` command to your PATH.