Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MisterTea authored Sep 16, 2024
1 parent 345f6cb commit 2099bdc
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down

0 comments on commit 2099bdc

Please sign in to comment.