From 6adbdca01f9e735edd8dd4d35858117ee93a9aa4 Mon Sep 17 00:00:00 2001 From: Atridad Lahiji Date: Sat, 14 Sep 2024 00:11:23 -0600 Subject: [PATCH] README Updates --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index 13cf776..cd7f3ab 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,3 @@ This is my personal website! 3. Fill out the required .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 (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._ -_Also note that I will not provide steps for Windows._