diff --git a/README.md b/README.md
index 00a8152..1a966a6 100644
--- a/README.md
+++ b/README.md
@@ -1,8 +1,96 @@
-Introducing Meetingnotes: the free, open-source AI notetaker for busy engineers.
+
+
+

-- 100% free (bring your own OpenAI API key)
-- 100% privacy (all data stored on device)
-- 100% open source (please contribute)
+
Project Title
+
+
+ The Free, Open-Source AI Notetaker for Busy Engineers
+
+ Download for MacOS 14+
+
+
+
+
+
+
+
+
## Features
@@ -21,9 +109,6 @@ Implemented:
- Text formatting
- Different note templates
- Integrate with Posthog for anonymous analytics (installs, opens, meetings created)
-
-Todo:
-
- Onboarding screen to enable settings and set API key
Later:
@@ -37,11 +122,7 @@ Later:
## Local Development
-Open the project in Xcode.
-
-For faster development builds, ensure `ONLY_ACTIVE_ARCH = YES` is set in your Debug configuration (this is already set by default). This builds only for your current architecture, speeding up compilation.
-
-For distribution builds that need to support both Intel and Apple Silicon Macs, the release process automatically uses `ONLY_ACTIVE_ARCH = NO` to create universal binaries.
+Open the project in Xcode. Command+R to build it and run it.
## Releasing a New Version
@@ -49,8 +130,6 @@ Follow these steps to create a new release with auto-updates:
### Prerequisites
-
-
- Homebrew packages: `brew install create-dmg sparkle`
- Make scripts executable: `chmod +x scripts/update_version.sh scripts/build_release.sh`
@@ -90,8 +169,8 @@ Follow these steps to create a new release with auto-updates:
- Click "Create a new release"
- Tag: `v1.0.1` (match the version number)
- Title: `Meetingnotes v1.0.1`
- - Upload the DMG from `releases/` folder
- - Write release notes describing changes
+ - Upload the DMG and zip files from `releases/` folder
+ - Generate release notes
4. **Update appcast:**