From ddd9318ea1b35fe0a83351c38c9ae4e0e8b30d7a Mon Sep 17 00:00:00 2001 From: a-kenji Date: Tue, 7 May 2024 20:45:09 +0200 Subject: [PATCH] docs: add reference to the help page --- docs/site/index.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/site/index.md b/docs/site/index.md index 7f78798a3..529353543 100644 --- a/docs/site/index.md +++ b/docs/site/index.md @@ -50,6 +50,11 @@ 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). +Alternatively you can check out the help pages directly: +```terminalSession +clan --help +``` + ### Step 2: Initialize Your Project Set the foundation of your Clan project by initializing it as follows: