From 94fb1c5320eee98c75df76e7daa9a33b3f70ad38 Mon Sep 17 00:00:00 2001
From: Tal Raviv
Date: Sun, 15 Mar 2026 10:09:46 -0700
Subject: [PATCH 1/2] Update README.md
---
README.md | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/README.md b/README.md
index 358c64e..56c5bdd 100644
--- a/README.md
+++ b/README.md
@@ -2,15 +2,13 @@
-Familiar: Invite AI to sit next to you.
+Familiar: Let AI update itself.
-Familiar turns everything on your screen and clipboard into context for your existing AI.
-
-Free, open source, and offline. Nothing leaves your machine.
+Familiar watches you work so your AI can create its own skills and update its knowledge. Free, open source, local, and offline.
## Website
From 000d58674207a11ead18f1d232070d913ea5d5b5 Mon Sep 17 00:00:00 2001
From: Blair Dowding
Date: Mon, 16 Mar 2026 14:37:23 +1100
Subject: [PATCH 2/2] Fix: correct local build instructions in README
The build instructions referenced a non-existent path 'familiar/code/desktopapp'. The repository root is the desktop app itself. Updated the 'cd' command to point to the correct directory.
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 56c5bdd..fc6d769 100644
--- a/README.md
+++ b/README.md
@@ -26,7 +26,7 @@ Familiar watches you work so your AI can create its own skills and update its kn
```bash
git clone https://github.com/familiar-software/familiar.git
-cd familiar/code/desktopapp
+cd familiar
npm install
npm start
```