From cfb04dfffee48daada0c68747f4e4d34983e46cb Mon Sep 17 00:00:00 2001 From: Bruno Date: Fri, 17 May 2013 12:04:10 -0300 Subject: [PATCH] Curl is installed by default on osx. --- README.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.markdown b/README.markdown index 1b7fe2d..c671071 100644 --- a/README.markdown +++ b/README.markdown @@ -16,7 +16,7 @@ Oh-my-fish is built for recent versions of the fish shell, namely "fish 2.0". - wget --no-check-certificate https://github.com/bpinto/oh-my-fish/raw/master/tools/install.sh -O - | sh + curl -L https://github.com/bpinto/oh-my-fish/raw/master/tools/install.sh | sh If you want to install it manually, keep reading.