From 240debf965bd26821647c753638bf1f14c82ef46 Mon Sep 17 00:00:00 2001 From: Andrew Kane Date: Tue, 18 Nov 2014 23:51:12 -0800 Subject: [PATCH] Changed contributing section to commands --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ea4d729..30e4b6f 100644 --- a/README.md +++ b/README.md @@ -1020,6 +1020,9 @@ Everyone is encouraged to help improve this project. Here are a few ways you can To get started with development and testing: -1. Clone the repo -2. `bundle` -3. `rake test` +```sh +git clone https://github.com/ankane/searchkick.git +cd searchkick +bundle install +rake test +``` -- libgit2 0.21.0