From 403ff66eb4946d26de47e047cc2264f4391f6c26 Mon Sep 17 00:00:00 2001 From: a-kenji Date: Tue, 23 Apr 2024 20:52:41 +0200 Subject: [PATCH] add: cd command --- docs/site/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/site/index.md b/docs/site/index.md index 7b144f440..b964cbcde 100644 --- a/docs/site/index.md +++ b/docs/site/index.md @@ -63,6 +63,7 @@ This command creates the `flake.nix` and `.clan-flake` files for your project. Ensure that all project files exist by running: ```bash +cd my-clan tree ```