add: cd command

This commit is contained in:
a-kenji
2024-04-23 20:52:41 +02:00
parent 70ed0757a3
commit acdb0a9b27

View File

@@ -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: Ensure that all project files exist by running:
```bash ```bash
cd my-clan
tree tree
``` ```