From b87f8c90718f1db84a2255200ea663147ebdfff5 Mon Sep 17 00:00:00 2001 From: Stephen Mathieson Date: Fri, 10 Oct 2025 22:45:49 -0400 Subject: [PATCH] docs: Update usage section, add missing `uninstall` subcommand This patch updates the usage section of our Readme, removing a stray slash and adding the missing `uninstall` subcommand. --- Readme.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index f23d2766..20acde49 100644 --- a/Readme.md +++ b/Readme.md @@ -94,7 +94,8 @@ $ nix-env -i clib init Start a new project i, install [name...] Install one or more packages up, update [name...] Update one or more packages - upgrade [version] Upgrade clib to a specified or latest version\ + uninstall [name...] Uninstall executables + upgrade [version] Upgrade clib to a specified or latest version configure [name...] Configure one or more packages build [name...] Build one or more packages search [query] Search for packages