mirror of
https://github.com/IlanCosman/tide.git
synced 2024-12-23 12:03:48 +03:00
Add manual install option to readme
This commit is contained in:
parent
52be745319
commit
00b96a5f17
12
README.md
12
README.md
@ -32,6 +32,18 @@ Install with [Fisher][]:
|
|||||||
fisher install IlanCosman/tide
|
fisher install IlanCosman/tide
|
||||||
```
|
```
|
||||||
|
|
||||||
|
<details>
|
||||||
|
<summary>Install manually</summary>
|
||||||
|
|
||||||
|
```fish
|
||||||
|
# This may not work for all use cases.
|
||||||
|
curl https://codeload.github.com/ilancosman/tide/tar.gz/HEAD | tar -xzC /tmp
|
||||||
|
command cp -R /tmp/tide-HEAD/{completions,conf.d,functions} $__fish_config_dir
|
||||||
|
exec fish --init-command "emit _tide_init_install"
|
||||||
|
```
|
||||||
|
|
||||||
|
</details>
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|
||||||
### Configuration Wizard
|
### Configuration Wizard
|
||||||
|
Loading…
Reference in New Issue
Block a user