From 275f523ba980241265d48d811c32f6b01ce3ee28 Mon Sep 17 00:00:00 2001 From: Vladimir Panteleev Date: Sun, 1 Mar 2015 00:48:50 +0000 Subject: [PATCH] Update README.md Improve Markdown indentation --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 3369a6f..ea14818 100644 --- a/README.md +++ b/README.md @@ -56,14 +56,14 @@ We are hoping to collect a bunch of themes for our command prompts. You can see ### Manual installation 1. Clone the repository - ```fish -git clone git://github.com/bpinto/oh-my-fish.git ~/.oh-my-fish -``` + ```fish + git clone git://github.com/bpinto/oh-my-fish.git ~/.oh-my-fish + ``` 2. Create a new fish config by copying the fish template we've provided. - ```fish -cp ~/.oh-my-fish/templates/config.fish ~/.config/fish/config.fish -``` + ```fish + cp ~/.oh-my-fish/templates/config.fish ~/.config/fish/config.fish + ``` 3. Start / restart fish (just open a new terminal)