From e53044ecc3eb9d49992f932181cfbf5290842a6c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Rodr=C3=ADguez?= Date: Fri, 4 Mar 2022 13:53:37 +0100 Subject: [PATCH] Remove duplicated command in contributing docs --- CONTRIBUTING.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 2c2c5f1..57437fd 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -66,8 +66,6 @@ Here's a quick guide: 3. Install the development dependencies by running `bundle install`. To install rails other than latest (set in Gemfile): `RAILS='5-2-stable' bundle install` - $ RAILS='5-2-stable' bundle install - 4. Begin by running the tests. We only take pull requests with passing tests, and it's great to know that you have a clean slate: