Skip to content

Commit 04bbeec

Browse files
committed
📝 Add note on forking
1 parent dabaaae commit 04bbeec

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

src/content/docs/compile-from-source.mdx

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,13 @@ If you want to test the latest development version of Kando, or want to contribu
8585
## <Icon name="solar:download-bold-duotone" class="inline-icon" /> Cloning the Repository
8686

8787
First, you will need to clone the Kando repository.
88-
Open a terminal and navigate to a directory where you want the sources of Kando and clone the repository:
88+
Open a terminal and navigate to a directory where you want the sources of Kando and clone the repository using the commands below.
89+
90+
<Aside type="tip">
91+
If you plan to contribute to Kando, it would be great to [fork the repository](https://github.com/kando-menu/kando/fork) first.
92+
This way, you can create a pull request with your changes later.
93+
If you do this, use the URL of your fork in the `git clone` command below.
94+
</Aside>
8995

9096
```bash
9197
cd "path/to/your/directory"

0 commit comments

Comments
 (0)