From 9330fdc4de2ec0b1aa9e8130d6c3759af7a6cfa2 Mon Sep 17 00:00:00 2001 From: talksik Date: Tue, 28 Oct 2025 14:01:10 -0700 Subject: [PATCH] add getting started script for intel mac --- go-cli/README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/go-cli/README.md b/go-cli/README.md index 36b68e8..8913fa8 100644 --- a/go-cli/README.md +++ b/go-cli/README.md @@ -7,3 +7,14 @@ The purpose is to have a lightweight TUI which shows the main data relevant for 1. How many signups do we have? What is each of their keypad data? 2. [TODO] How many desks are we are on (a.k.a. weekly active users)? 3. [TODO] What's our revenue to date? + +## Getting started (as consumer) +1. Download the new program to your desktop. +2. In your Mac Terminal, run the following: + +```sh +cd ~/Desktop +chmod +x main_intel +xattr -d com.apple.quarantine main_intel +./main_intel +```