From a954a6465e06ff90b3e6046179a584f52eae085f Mon Sep 17 00:00:00 2001 From: Arfon Smith Date: Tue, 14 Oct 2014 09:29:45 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f3a0a13b..3fba928a 100644 --- a/README.md +++ b/README.md @@ -165,7 +165,7 @@ If you are the current maintainer of this gem: 0. Ensure that tests are green: `bundle exec rake test` 0. Bump gem version in `lib/linguist/version.rb`. For example, [like this](https://github.com/github/linguist/commit/8d2ea90a5ba3b2fe6e1508b7155aa4632eea2985). 0. Make a PR to github/linguist. For example, [#1238](https://github.com/github/linguist/pull/1238). - 0. Build a local gem: `gem build github-linguist.gemspec` + 0. Build a local gem: `bundle exec rake build_gem` 0. Testing: 0. Bump the Gemfile and Gemfile.lock versions for an app which relies on this gem 0. Install the new gem locally