diff options
-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 |