From bdb23d137854611f1b83286876f354ee5bcb72eb Mon Sep 17 00:00:00 2001 From: Vishnu Ks Date: Wed, 17 Feb 2016 23:52:54 +0530 Subject: [PATCH] use https instead of git for url --- INSTALL.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index 95d2151..72fba04 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -21,7 +21,7 @@ How to install Simply clone this repository and source the script: - git clone git://github.com/zsh-users/zsh-syntax-highlighting.git + git clone https://github.com/zsh-users/zsh-syntax-highlighting.git echo "source ${(q-)PWD}/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh" >> ~/.zshrc source ~/.zshrc @@ -42,7 +42,7 @@ To install zsh-syntax-highlighting under oh-my-zsh: 1. Clone this repository in oh-my-zsh's plugins directory: - git clone git://github.com/zsh-users/zsh-syntax-highlighting.git ~/.oh-my-zsh/custom/plugins/zsh-syntax-highlighting + git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ~/.oh-my-zsh/custom/plugins/zsh-syntax-highlighting 2. Activate the plugin in `~/.zshrc`: