From 050e199a9e4d593c93a0bd02eab90a959fa55443 Mon Sep 17 00:00:00 2001
From: Marcelo Almeida <2532492+marcelocra@users.noreply.github.com>
Date: Sun, 22 Sep 2024 12:16:49 -0300
Subject: [PATCH] Add Femto as an example of running FAKE with a build project
(#2806)
---
docs/guide/getting-started.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/docs/guide/getting-started.md b/docs/guide/getting-started.md
index 89a45821375..3f52fd4506d 100644
--- a/docs/guide/getting-started.md
+++ b/docs/guide/getting-started.md
@@ -126,6 +126,7 @@ using this approach are:
* [TheAngryByrd/MiniScaffold](https://github.com/TheAngryByrd/MiniScaffold)
* [CompositionalIT/SAFE-Dojo](https://github.com/CompositionalIT/SAFE-Dojo)
+* [Zaid-Ajaj/Femto](https://github.com/Zaid-Ajaj/Femto)
You can examine these two repositories to get to know the approach and how to implement it in your own projects.