From c4801bf2f25bce531ade91f7d3a0d98cdeedeb89 Mon Sep 17 00:00:00 2001 From: Reece Williams Date: Thu, 14 Nov 2024 15:19:19 -0600 Subject: [PATCH] fix: stale install document that was already patched --- README.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/README.md b/README.md index c402b05..a90a2ff 100644 --- a/README.md +++ b/README.md @@ -36,14 +36,6 @@ make get-localic # Attempt to run a command spawn help -# Potential workaround if spawn is immediately killed when attempting run "spawn help" on a m* macbook. -# This may happen because of an xcode16 update. -# To work around this as a temporary measure please change this line in the Make file. -LD_FLAGS = -X main.SpawnVersion=$(VERSION) -# to -LD_FLAGS = -X main.SpawnVersion=$(VERSION) -s -w - - # If you get "command 'spawn' not found", add to path. # Run the following in your terminal to test # Then add to ~/.bashrc (linux / windows) or ~/.zshrc (mac)