diff --git a/README.md b/README.md index dea36fda76f2..6d5ff0410ab8 100644 --- a/README.md +++ b/README.md @@ -85,9 +85,9 @@ Oh My Zsh is installed by running one of the following commands in your terminal | Method | Command | | :-------- | :------------------------------------------------------------------------------------------------ | -| **curl** | `sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"` | -| **wget** | `sh -c "$(wget -O- https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"` | -| **fetch** | `sh -c "$(fetch -o - https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"` | +| **curl** | `sh -c "$(curl -fsSL https://raw.githubusercontent.com/mahinthjoe/ohmyzsh/master/tools/install.sh)"` | +| **wget** | `sh -c "$(wget -O- https://raw.githubusercontent.com/mahinthjoe/ohmyzsh/master/tools/install.sh)"` | +| **fetch** | `sh -c "$(fetch -o - https://raw.githubusercontent.com/mahinthjoe/ohmyzsh/master/tools/install.sh)"` | Alternatively, the installer is also mirrored outside GitHub. Using this URL instead may be required if you're in a country like India or China, that blocks `raw.githubusercontent.com`: