Commit b6cbba9d authored by Robby Russell's avatar Robby Russell
Browse files

Updating README to show the new install URL, which redirects to the raw files on github.

parent 86a272ef
No related merge requests found
Showing with 2 additions and 2 deletions
+2 -2
......@@ -14,11 +14,11 @@ You can install this via the command line with either `curl` or `wget`.
h4. via `curl`
@curl -L https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh | sh@
@curl -L http://install.ohmyz.sh | sh@
h4. via `wget`
@wget --no-check-certificate https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh -O - | sh@
@wget --no-check-certificate http://install.ohmyz.sh -O - | sh@
h3. The manual way
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment