From 3506d6ba0ddd90837094bcb168e95e7d187aa80c Mon Sep 17 00:00:00 2001 From: a-kenji Date: Tue, 7 May 2024 15:34:56 +0200 Subject: [PATCH] docs: add link to cli reference --- docs/site/index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/site/index.md b/docs/site/index.md index b964cbcd..db44f497 100644 --- a/docs/site/index.md +++ b/docs/site/index.md @@ -48,6 +48,8 @@ Add the Clan CLI into your development workflow: nix shell git+https://git.clan.lol/clan/clan-core#clan-cli ``` +You can find reference documentation for the `clan` cli program [here](./reference/cli/index.md). + ### Step 2: Initialize Your Project Set the foundation of your Clan project by initializing it as follows: