From 2099bdcf330cae40b98a13370b4de84a1b98f134 Mon Sep 17 00:00:00 2001 From: Jason Gauci Date: Sun, 15 Sep 2024 21:26:36 -0500 Subject: [PATCH] Update README.md --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 38fed0183..0eb69c3b0 100644 --- a/README.md +++ b/README.md @@ -201,13 +201,11 @@ et dev:8000 -jport 9000 (etserver running on port 9000 on jumphost) To build Eternal Terminal on Mac, the easiest way is to grab dependencies with Homebrew: ``` -brew install --only-dependencies MisterTea/et/et +brew install autoconf automake libtool git clone --recurse-submodules https://github.com/MisterTea/EternalTerminal.git cd EternalTerminal mkdir build cd build -# Add if it doesn't work on Apple Silicon but should work without it -if [[ $(uname -a | grep 'arm\|aarch64') ]]; then export VCPKG_FORCE_SYSTEM_BINARIES=1; fi cmake ../ make && sudo make install ```