From 006998f9c0fc103f9a5c8510c66bd7086d8c6b2a Mon Sep 17 00:00:00 2001 From: Vladimir Panteleev Date: Sun, 1 Mar 2015 00:30:17 +0000 Subject: [PATCH 1/2] Update README.md Fix Markdown list indentation --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 01ec772..3369a6f 100644 --- a/README.md +++ b/README.md @@ -56,12 +56,12 @@ We are hoping to collect a bunch of themes for our command prompts. You can see ### Manual installation 1. Clone the repository -```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 + ```fish cp ~/.oh-my-fish/templates/config.fish ~/.config/fish/config.fish ``` From 275f523ba980241265d48d811c32f6b01ce3ee28 Mon Sep 17 00:00:00 2001 From: Vladimir Panteleev Date: Sun, 1 Mar 2015 00:48:50 +0000 Subject: [PATCH 2/2] 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)