"vscode:/vscode.git/clone" did not exist on "e4dbdb8c246941186e6509aed99ae98cc66757b8"
Commit 152a7513 authored by Marc Cornellà's avatar Marc Cornellà
Browse files

Revert usage of install.ohmyz.sh URL, until HTTPS support.

This reverts commit b6cbba9d.
parent 223197b4
......@@ -18,11 +18,11 @@ You can install this via the command-line with either @curl@ or @wget@.
h4. via @curl@:
@curl -L http://install.ohmyz.sh | sh@
@curl -L https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh | sh@
h4. via @wget@:
@wget --no-check-certificate http://install.ohmyz.sh -O - | sh@
@wget --no-check-certificate https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh -O - | sh@
h4. *Optionally*, change the install directory:
......
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