From ec04d365593936620cb25cbdb6601eb277b87cd5 Mon Sep 17 00:00:00 2001 From: Atridad Lahiji Date: Thu, 2 May 2024 15:03:22 -0600 Subject: [PATCH] docs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8bc1437..58edab2 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ This is my personal website! 2. Duplicate the .env.example file and call it .env 3. Fill out the .env values 4. Run ```go install github.com/cosmtrek/air@latest``` to download Air for live reload -5. Run ```air``` to start the dev server +5. Run ```air``` to start the dev server (macOS and Linux only) _Note that on MacOS, you need to right click and open the appropriate tailwind executable before you can run StyleGen. This is a limitation of running unsigned binaries in MacOS. Blame Tim Apple._