From 807f79df03212f271b1c1c047803bb8f1c4b7440 Mon Sep 17 00:00:00 2001 From: ridiculousfish Date: Sat, 26 Jan 2019 14:56:16 -0800 Subject: [PATCH] Remove xcode instructions from README.md --- README.md | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/README.md b/README.md index 9a70cfa83..d91d43d75 100644 --- a/README.md +++ b/README.md @@ -128,19 +128,6 @@ make sudo make install ``` -### Building from source (macOS only) - -* Build the `base` target in Xcode -* Run the fish executable, for example, in `DerivedData/fish/Build/Products/Debug/base/bin/fish` - -To build and install fish with Xcode on macOS, execute the following in a terminal: - -```bash -xcodebuild install -sudo ditto /tmp/fish.dst / -sudo make install-doc -``` - ### Help, it didn't build! If fish reports that it could not find curses, try installing a curses development package and build again.