mirror of
https://github.com/oh-my-fish/oh-my-fish.git
synced 2024-11-22 14:15:45 +08:00
Add https:// to curl calls in README and install script
This commit is contained in:
parent
4fa53b1d7e
commit
e5997f211e
|
@ -18,14 +18,14 @@ 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 | fish
|
curl -L https://github.com/oh-my-fish/oh-my-fish/raw/master/bin/install | fish
|
||||||
omf help
|
omf help
|
||||||
```
|
```
|
||||||
|
|
||||||
Or _download_ and run it yourself:
|
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 https://github.com/oh-my-fish/oh-my-fish/raw/master/bin/install > install
|
||||||
fish install
|
fish install
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
#!/usr/bin/env fish
|
#!/usr/bin/env fish
|
||||||
#
|
#
|
||||||
# USAGE
|
# USAGE
|
||||||
# #1: curl -L github.com/oh-my-fish/oh-my-fish/raw/master/bin/install | fish
|
# #1: curl -L https://github.com/oh-my-fish/oh-my-fish/raw/master/bin/install | fish
|
||||||
# #2: curl -L github.com/oh-my-fish/oh-my-fish/raw/master/bin/install > install; and fish install
|
# #2: curl -L https://github.com/oh-my-fish/oh-my-fish/raw/master/bin/install > install; and fish install
|
||||||
# #3: env OMF_CONFIG=~/.omf curl -L github.com/oh-my-fish/oh-my-fish/raw/master/bin/install | fish
|
# #3: env OMF_CONFIG=~/.omf curl -L https://github.com/oh-my-fish/oh-my-fish/raw/master/bin/install | fish
|
||||||
#
|
#
|
||||||
# ENV
|
# ENV
|
||||||
# XDG_DATA_HOME Base directory (~/.local/share)
|
# XDG_DATA_HOME Base directory (~/.local/share)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user