From 81be34a75105e1e9785c25dff7347e19118d6f76 Mon Sep 17 00:00:00 2001 From: Jorge Bucaran Date: Thu, 27 Aug 2015 02:04:34 +0900 Subject: [PATCH] improve upgrade warning --- README.md | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 04b5c75..326a22c 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,4 @@ + > The [Fishshell][fishshell] Framework [![Fish Version][fish-badge]][fishshell] @@ -7,18 +8,21 @@
-> :warning: **Important** :warning: [Wahoo](https://github.com/wa/wahoo) and [Oh My Fish!](https://github.com/oh-my-fish/oh-my-fish) are now one project. Please read this page and [FAQ](#FAQ) to learn what's new. +

+

:warning: Important :warning:

+

+Wahoo and Oh My Fish! are now one project. See this page and FAQ to learn what's new. +

+

+ +
-> To upgrade: -```fish -curl -L git.io/omf | sh -```

- +

@@ -50,23 +54,20 @@ curl -L git.io/omf | sh # About -> :warning: You need [git](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git) -and [Fish][fishshell] to install Oh My Fish!. - Oh My Fish is an all-purpose framework for the [fishshell][Fishshell]. It looks after your configuration, themes and packages. It's lightning fast and easy to use. We love contributions, [fork and send us a PR](https://github.com/fish-shell/oh-my-fish/fork). # Install -```sh +```fish curl -L git.io/omf | sh omf help ``` Or _download_ and run it yourself: -```sh +```fish curl -L git.io/omf > install chmod +x install ./install