mirror of
https://github.com/oh-my-fish/oh-my-fish.git
synced 2025-02-02 22:59:47 +08:00
Merge pull request #92 from derekstavis/update-install-readme
Update installation script instructions
This commit is contained in:
commit
4c05682af9
|
@ -18,7 +18,7 @@ Oh My Fish provides core infrastructure to allow you to install packages which e
|
||||||
# Install
|
# Install
|
||||||
|
|
||||||
```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
|
omf help
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -26,8 +26,7 @@ Or _download_ and run it yourself:
|
||||||
|
|
||||||
```fish
|
```fish
|
||||||
curl -L github.com/oh-my-fish/oh-my-fish/raw/master/bin/install > install
|
curl -L github.com/oh-my-fish/oh-my-fish/raw/master/bin/install > install
|
||||||
chmod +x install
|
source install
|
||||||
./install
|
|
||||||
```
|
```
|
||||||
|
|
||||||
## Update Instructions
|
## Update Instructions
|
||||||
|
|
|
@ -17,7 +17,7 @@ Oh My Fish 提供核心基础设施的配置,允许每个人可以轻松安装
|
||||||
# 安装
|
# 安装
|
||||||
|
|
||||||
```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
|
omf help
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -25,8 +25,7 @@ omf help
|
||||||
|
|
||||||
```fish
|
```fish
|
||||||
curl -L github.com/oh-my-fish/oh-my-fish/raw/master/bin/install > install
|
curl -L github.com/oh-my-fish/oh-my-fish/raw/master/bin/install > install
|
||||||
chmod +x install
|
source install
|
||||||
./install
|
|
||||||
```
|
```
|
||||||
|
|
||||||
# 快速入门
|
# 快速入门
|
||||||
|
|
Loading…
Reference in New Issue
Block a user