Skip to content

Commit

Permalink
doc: updated termux instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
rsteube committed May 31, 2024
1 parent 6bbcbc8 commit 346036e
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions docs/src/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,11 @@ scoop install carapace-bin
> **WIP**: repo currently manually created
Install from [carapace-sh/termux](https://github.com/carapace-sh/termux) (gh_pages)
```sh
curl termux.carapace.sh | sh
```

### Manually
Or manually

```sh
# $PREFIX/etc/apt/sources.list.d
Expand All @@ -93,11 +96,6 @@ deb [trusted=yes] https://termux.carapace.sh termux extras
apt update && apt install carapace-bin
```

### Script
```sh
curl termux.carapace.sh | sh
```

## Winget

Install from [winget-pkgs](https://github.com/microsoft/winget-pkgs)
Expand Down

0 comments on commit 346036e

Please sign in to comment.