From 9b594d9d0f21fb239ea22991d6fa15352974fdf8 Mon Sep 17 00:00:00 2001 From: Scott Weldon Date: Wed, 24 Jun 2015 16:03:55 -0700 Subject: [PATCH 1/2] Add quotes to gem --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cb75698..49c38b8 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ gollum --adapter rugged 6. Make sure your changes pass gollum-lib's tests * Clone [gollum-lib](https://github.com/gollum/gollum-lib) and add your local version of the rugged adapter to the gollum-lib `Gemfile`: - `gem gollum-rugged_adapter, :path => '/path/to/rugged_adapter'` + `gem "gollum-rugged_adapter", :path => '/path/to/rugged_adapter'` * `bundle install` * `bundle exec rake GIT_ADAPTER=rugged` 1. If necessary, rebase your commits into logical chunks, without errors. From 46fd3b864343905f9eb08b443f5d9385bd51d559 Mon Sep 17 00:00:00 2001 From: Scott Weldon Date: Thu, 25 Jun 2015 08:58:17 -0700 Subject: [PATCH 2/2] Fix indentation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 49c38b8..3b77109 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ gollum --adapter rugged 6. Make sure your changes pass gollum-lib's tests * Clone [gollum-lib](https://github.com/gollum/gollum-lib) and add your local version of the rugged adapter to the gollum-lib `Gemfile`: - `gem "gollum-rugged_adapter", :path => '/path/to/rugged_adapter'` + `gem "gollum-rugged_adapter", :path => '/path/to/rugged_adapter'` * `bundle install` * `bundle exec rake GIT_ADAPTER=rugged` 1. If necessary, rebase your commits into logical chunks, without errors.