diff options
author | Case Duckworth | 2020-05-10 19:09:36 -0500 |
---|---|---|
committer | Case Duckworth | 2020-05-10 19:09:36 -0500 |
commit | f83681a71b98ba41ed656fd3e88e848c2918d651 (patch) | |
tree | bf14b13169c503b13dc2d902845a5d6f53aeb935 | |
parent | Update README (diff) | |
download | licensor-f83681a71b98ba41ed656fd3e88e848c2918d651.tar.gz licensor-f83681a71b98ba41ed656fd3e88e848c2918d651.zip |
Update README
-rw-r--r-- | README.md | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/README.md b/README.md index daad839..e48d546 100644 --- a/README.md +++ b/README.md | |||
@@ -47,6 +47,17 @@ parameters: | |||
47 | defaults to MIT. | 47 | defaults to MIT. |
48 | ``` | 48 | ``` |
49 | 49 | ||
50 | ## License source | ||
51 | |||
52 | As of v0.2, `licenser` gets its licenses from | ||
53 | [another repo](https://git.sr.ht/~acdw/licenser-licenses), | ||
54 | to streamline additions to available licenses. | ||
55 | If you have spotty internet connection or want to use your own license source, | ||
56 | you can change the environment variable `$LICENSER_SOURCE`. | ||
57 | |||
58 | For v0.3, I want to add a configuration file to take care of these kinds of | ||
59 | configurations. | ||
60 | |||
50 | ## Contributing | 61 | ## Contributing |
51 | 62 | ||
52 | Send me a request for another license or a pull-thingy | 63 | Send me a request for another license or a pull-thingy |