From 346036ee9bce07ff17235cf32e3b2a6259281108 Mon Sep 17 00:00:00 2001 From: rsteube Date: Sat, 1 Jun 2024 00:00:04 +0200 Subject: [PATCH] doc: updated termux instructions --- docs/src/install.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/docs/src/install.md b/docs/src/install.md index b66720ddfe..a2c6ca97d7 100644 --- a/docs/src/install.md +++ b/docs/src/install.md @@ -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 @@ -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)