From 9d38485f13013463c400fc9981c740c562b2d88e Mon Sep 17 00:00:00 2001 From: Wiktor Zykubek Date: Sun, 29 Dec 2024 16:58:00 +0100 Subject: [PATCH] docs: update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 31bdd32..54b3989 100644 --- a/README.md +++ b/README.md @@ -5,19 +5,19 @@ Effortlessly craft the perfect LICENSE for your Git repo in seconds with a singl ## Usage This command will generate ISC `LICENSE` file in your current directory, including current year, and your name read from Git configuration: ```bash -licensmith --license ISC +licensmith add ISC ``` By default, Licensmith read your local repository looking for user details (name and e-mail), as a fallback it uses global configuration. You can also specify different values using: ```bash -licensmith --license ISC --name "John Doe" --email "jdoe@example.com" +licensmith add ISC --name "John Doe" --email "jdoe@example.com" ``` To list available templates run: ```bash -licensmith --list +licensmith list ``` ## Installation