Update installation script instructions

This commit is contained in:
Derek Stavis 2015-10-02 20:33:07 -03:00
parent db1b6887af
commit ddafb8c22f
2 changed files with 4 additions and 6 deletions

View File

@ -18,7 +18,7 @@ Oh My Fish provides core infrastructure to allow you to install packages which e
# Install
```fish
curl -L github.com/oh-my-fish/oh-my-fish/raw/master/bin/install | sh
curl -L github.com/oh-my-fish/oh-my-fish/raw/master/bin/install | source -
omf help
```
@ -26,8 +26,7 @@ Or _download_ and run it yourself:
```fish
curl -L github.com/oh-my-fish/oh-my-fish/raw/master/bin/install > install
chmod +x install
./install
source install
```
## Update Instructions

View File

@ -17,7 +17,7 @@ Oh My Fish 提供核心基础设施的配置,允许每个人可以轻松安装
# 安装
```fish
curl -L github.com/oh-my-fish/oh-my-fish/raw/master/bin/install | sh
curl -L github.com/oh-my-fish/oh-my-fish/raw/master/bin/install | source -
omf help
```
@ -25,8 +25,7 @@ omf help
```fish
curl -L github.com/oh-my-fish/oh-my-fish/raw/master/bin/install > install
chmod +x install
./install
source install
```
# 快速入门