From 34fab879cbd8833e1d67a27d79df07e082e57187 Mon Sep 17 00:00:00 2001 From: ridiculousfish Date: Sat, 1 Dec 2012 13:28:30 -0800 Subject: Fix to xcodebuild https://github.com/fish-shell/fish-shell/issues/229 --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 339b5436..93f7a789 100644 --- a/README.md +++ b/README.md @@ -29,9 +29,8 @@ fish can be built using autotools or Xcode. ### Xcode Build and Install - mkdir /tmp/fish_build - xcodebuild install -target install_tree DSTROOT=/tmp/fish_build - sudo ditto /tmp/fish_build/ / + xcodebuild install + sudo ditto /tmp/fish.dst / ## Contact Us -- cgit v1.2.3