From 985deb27a9aa522aa0d4eb20646db5fad41e87fd Mon Sep 17 00:00:00 2001 From: a-kenji Date: Sat, 13 Apr 2024 12:08:35 +0200 Subject: [PATCH] documentation: add correct nix-shell invocation --- docs/docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/index.md b/docs/docs/index.md index 0528d472..06fdcc4b 100644 --- a/docs/docs/index.md +++ b/docs/docs/index.md @@ -45,7 +45,7 @@ Clan doesn't offer dedicated support for other OS yet. Add the Clan CLI into your development workflow: ```shell -nix shell git+https://git.clan.lol/clan/clan-core +nix shell git+https://git.clan.lol/clan/clan-core#clan-cli ``` ### Step 2: Initialize Your Project