From 8f3ba7030ebc733eb7e1a9b47d4cdb2f8f5fdd60 Mon Sep 17 00:00:00 2001 From: Ayaz Badouraly <ayaz.badouraly@via.ecp.fr> Date: Mon, 13 Jun 2016 21:11:25 +0200 Subject: [PATCH] Updating usage in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fd8218d..9be2cb4 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ In order to use this theme, you have to clone this repository in your Oh-My-ZSH `custom/themes` directory ( usually `~/.oh-my-zsh/custom/themes` ) : ``` -git clone https://gitlab.my.ecp.fr/2014badourala/oh-my-via.git $ZSH/.oh-my-zsh/custom/themes/oh-my-via +git clone https://github.com/badouralix/oh-my-via.git $ZSH/custom/themes/oh-my-via ``` You then need to select this theme in your `~/.zshrc` : -- GitLab