File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Installation
22
3- Install lancher via shell script or build manually from source. Binary installs to ` ~/.local/bin ` .
3+ Install lancher via shell script or build manually from source.
44
55## Quick Installation
66
@@ -37,17 +37,8 @@ go build -o lancher ./cmd/lancher
3737sudo mv lancher /usr/local/bin/
3838```
3939
40- ## Uninstall
40+ ## Third party repositories
4141
42- ``` bash
43- curl -sS https://lancher.dev/uninstall.sh | sh
44- ```
45-
46- The uninstaller prompts to optionally remove stored templates.
42+ lancher is also distributed in other repositories, for easier installation.
4743
48- ## Verify Installation
49-
50- ``` bash
51- lancher --version
52- lancher info
53- ```
44+ [ ![ Packaging status] ( https://repology.org/badge/vertical-allrepos/lancher.svg )] ( https://repology.org/project/lancher/versions )
Original file line number Diff line number Diff line change 1+ # Uninstallation
2+
3+ The uninstaller prompts to optionally remove stored templates.
4+
5+ ``` bash
6+ curl -sS https://lancher.dev/uninstall.sh | sh
7+ ```
You can’t perform that action at this time.
0 commit comments