From 24b216861ba4ef2757245477f9b004dd56409ecb Mon Sep 17 00:00:00 2001 From: Ben Balter Date: Thu, 29 Mar 2018 16:35:15 -0400 Subject: [PATCH] Update docs/CONTRIBUTING.md --- docs/CONTRIBUTING.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/CONTRIBUTING.md b/docs/CONTRIBUTING.md index dcb4c9a..b945f01 100644 --- a/docs/CONTRIBUTING.md +++ b/docs/CONTRIBUTING.md @@ -46,7 +46,6 @@ To check if Licensee itself can properly detect a license, please: 1. Clone the repository locally `git clone https://github.com/benbalter/licensee` 2. `script/bootstrap` 3. `script/git-repo [URL to your repository]` -4. Alternate to (3) if you know the license you expect, you can ask Licensee to show you how the license file in your repository differs, e.g., if you expected Licensee to be under the ISC License: `bundle exec bin/licensee detect https://github.com/benbalter/licensee --remote --license=isc` If Licensee cannot detect the license locally, [open an issue](https://github.com/benbalter/licensee/issues/new) and include the output of `script/git-repo`.