Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Ohmyzsh
Commits
8ac1859f
Commit
8ac1859f
authored
Mar 19, 2016
by
Marc Cornellà
Browse files
Update GitHub download URLs in README
From `raw.github.com' to `raw.githubusercontent.com' Fixes #4933
parent
83cf8dc1
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.markdown
View file @
8ac1859f
...
...
@@ -26,13 +26,13 @@ Oh My Zsh is installed by running one of the following commands in your terminal
#### via curl
```
shell
sh
-c
"
$(
curl
-fsSL
https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh
)
"
sh
-c
"
$(
curl
-fsSL
https://raw.github
usercontent
.com/robbyrussell/oh-my-zsh/master/tools/install.sh
)
"
```
#### via wget
```
shell
sh
-c
"
$(
wget https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh
-O
-
)
"
sh
-c
"
$(
wget https://raw.github
usercontent
.com/robbyrussell/oh-my-zsh/master/tools/install.sh
-O
-
)
"
```
## Using Oh My Zsh
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment