From 4c604eb7743ec478103e9b03400f4cb7a6e42179 Mon Sep 17 00:00:00 2001
From: Ayaz Badouraly <ayaz.badouraly@via.ecp.fr>
Date: Sat, 28 May 2016 18:46:04 +0200
Subject: [PATCH] Adding usage for oh-my-zsh

---
 README.md | 23 +++++++++++++++++++++--
 1 file changed, 21 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 3854338..072590f 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,26 @@
 # via theme for ZSH
 
+
 This is a theme for ZSH which mainly forks the historical theme used on
-VIA servers.
 
-It can be used with ZSH frameworks such as [Oh-My-Zsh](https://github.com/robbyrussell/oh-my-zsh).
+VIA servers. It can be used with ZSH frameworks such as [Oh-My-ZSH](https://github.com/robbyrussell/oh-my-zsh).
+
+
+## Usage
+
+### Install for Oh-My-ZSH
+
+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 ~/.oh-my-zsh/custom/themes/oh-my-via
+```
+
+You then need to select this theme in your `~/.zshrc` :
+
+```
+ZSH_THEME="oh-my-via/via"
+```
 
-- 
GitLab