Skip to content

Commit 86be43c

Browse files
committed
Add third party repository in installation and split uninstallation
1 parent cd4c22a commit 86be43c

2 files changed

Lines changed: 11 additions & 13 deletions

File tree

docs/01-getting-started/02-installation.md

Lines changed: 4 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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
3737
sudo 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)
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
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+
```

0 commit comments

Comments
 (0)