From 27276816caa1718f8b8e8d53d64cc18da059e101 Mon Sep 17 00:00:00 2001 From: Sander Date: Wed, 12 Feb 2025 16:22:18 +0400 Subject: [PATCH] docs: update `devenv -h` in README --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 94ff92104..192a251f3 100644 --- a/README.md +++ b/README.md @@ -62,12 +62,13 @@ And ``devenv shell`` activates the environment. ``` $ devenv -https://devenv.sh 1.3.1: Fast, Declarative, Reproducible, and Composable Developer Environments +https://devenv.sh 1.4.0: Fast, Declarative, Reproducible, and Composable Developer Environments Usage: devenv [OPTIONS] [COMMAND] Commands: init Scaffold devenv.yaml, devenv.nix, .gitignore and .envrc. + generate Generate devenv.yaml and devenv.nix using AI shell Activate the developer environment. https://devenv.sh/basics/ update Update devenv.lock from devenv.yaml inputs. http://devenv.sh/inputs/ search Search for packages and options in nixpkgs. https://devenv.sh/packages/#searching-for-a-file