From 1d6d0d170592d42b07a2c6ed652005de6811e1cb Mon Sep 17 00:00:00 2001 From: jacobi petrucciani Date: Wed, 8 May 2024 08:24:22 -0400 Subject: [PATCH] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8a0e204..5df8e30 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ If you're looking for an easy way to use mdctl without the node/nvm environment nix-env -f https://github.com/medable/nix/archive/main.tar.gz -iA mdctl # temporary shell with mdctl! -nix-shell -A mdctl https://github.com/medable/nix/archive/main.tar.gz +nix shell -f https://github.com/medable/nix/archive/main.tar.gz mdctl ``` There is also an attribute `mdctl-alpha`, which is independently updated as well!