Commit 6c5f3ba1 authored by Stephen M. Coakley's avatar Stephen M. Coakley Committed by GitHub

Merge pull request #490 from oranja/master

Get oh-my-fish installer from a secure connection.
parents 922902a9 ea413d67
...@@ -20,13 +20,13 @@ Oh My Fish provides core infrastructure to allow you to install packages which e ...@@ -20,13 +20,13 @@ Oh My Fish provides core infrastructure to allow you to install packages which e
You can get started right away with the default setup by running this in your terminal: You can get started right away with the default setup by running this in your terminal:
```fish ```fish
curl -L http://get.oh-my.fish | fish curl -L https://get.oh-my.fish | fish
``` ```
This will download the installer script and start the installation. Alternatively, you can download the installer and customize your install: This will download the installer script and start the installation. Alternatively, you can download the installer and customize your install:
```fish ```fish
curl -L http://get.oh-my.fish > install curl -L https://get.oh-my.fish > install
fish install --path=~/.local/share/omf --config=~/.config/omf fish install --path=~/.local/share/omf --config=~/.config/omf
``` ```
...@@ -38,7 +38,7 @@ $ git clone https://github.com/oh-my-fish/oh-my-fish ...@@ -38,7 +38,7 @@ $ git clone https://github.com/oh-my-fish/oh-my-fish
$ cd oh-my-fish $ cd oh-my-fish
$ bin/install --offline $ bin/install --offline
# with a tarball # with a tarball
$ curl -L http://get.oh-my.fish > install $ curl -L https://get.oh-my.fish > install
$ fish install --offline=omf.tar.gz $ fish install --offline=omf.tar.gz
``` ```
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment