diff options
author | Case Duckworth | 2022-07-06 21:39:31 -0500 |
---|---|---|
committer | Case Duckworth | 2022-07-06 21:39:31 -0500 |
commit | 3429ecfd9ca15af3590bb63bd6cc9bd7581c2077 (patch) | |
tree | 5288cc011944834fba87a104f17039dbdad270b3 | |
parent | Fix URL (diff) | |
download | licensor-3429ecfd9ca15af3590bb63bd6cc9bd7581c2077.tar.gz licensor-3429ecfd9ca15af3590bb63bd6cc9bd7581c2077.zip |
Add bit about installing v1.0
-rw-r--r-- | README.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md index 31dea6b..227b641 100644 --- a/README.md +++ b/README.md | |||
@@ -8,6 +8,11 @@ Well now you don't have to worry! | |||
8 | Just run `licensor` in your new repo and BLAMMO! | 8 | Just run `licensor` in your new repo and BLAMMO! |
9 | Done. | 9 | Done. |
10 | 10 | ||
11 | ## Installing | ||
12 | |||
13 | `licensor` comes with a Makefile for ease-of-installing, but it's just a shell | ||
14 | script. You can drop it in your `$PATH`. | ||
15 | |||
11 | ## Usage | 16 | ## Usage |
12 | 17 | ||
13 | literally taken from `licensor -h`: | 18 | literally taken from `licensor -h`: |