aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Riehs <tristan.riehs@bordeaux-inp.fr>2024-03-17 12:31:36 +0100
committerTristan Riehs <tristan.riehs@bordeaux-inp.fr>2024-03-17 12:31:36 +0100
commit7eb5d9765b8ae1e90549482efe100ca954124915 (patch)
treeb5cdecba602bef4d35726231c803b210cbdf56b1
parentac0bc578a386c5278dd12beb5ebf46b629c49c77 (diff)
Add information to the README
-rw-r--r--README.org12
1 files changed, 10 insertions, 2 deletions
diff --git a/README.org b/README.org
index 786edc3..ce132b2 100644
--- a/README.org
+++ b/README.org
@@ -7,9 +7,17 @@ machine and allows you to quickly put them in your projects.
* Usage
To interactively pull a stored license in the current directory, run
-=M-x create-license=.
+=M-x create-license=. To initialize your license storage with the default
+license list, run =M-x create-license-download-common=. To customize the
+installed licenses, see =create-license-common=.
* Installation
This packages in not available in any common repository yet. You have to get it
-at https://tristanriehs.fr/git/create-license.git.
+at https://tristanriehs.fr/git/create-license.git. If you use
+[[https://github.com/radian-software/straight.el][straight]], you can use the following piece of configuration :
+
+#+begin_src emacs-lisp
+(straight-use-package 'create-license
+ :repo "https://tristanriehs.fr/git/create-license.git")
+#+end_src