Skip to content

Commit

Permalink
Merge pull request #2396 from carapace-sh/doc-termux
Browse files Browse the repository at this point in the history
doc: added termux
  • Loading branch information
rsteube authored May 31, 2024
2 parents 588be86 + 57f162a commit 0be05de
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Supported shells:

## Getting Started

Refer to [Installation] and [Setup] to get it up and running on your system.
Refer to [Install] and [Setup] to get it up and running on your system.

[Installation]:https://carapace-sh.github.io/carapace-bin/installation.html
[Install]:https://carapace-sh.github.io/carapace-bin/install.html
[Setup]:https://carapace-sh.github.io/carapace-bin/setup.html
2 changes: 1 addition & 1 deletion docs/src/SUMMARY.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Summary

- [carapace-bin](./carapace-bin.md)
- [Installation](./installation.md)
- [Install](./install.md)
- [Setup](./setup.md)
- [Environment](./setup/environment.md)
- [Completers](./completers.md)
Expand Down
22 changes: 22 additions & 0 deletions docs/src/installation.md → docs/src/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,28 @@ scoop bucket add rsteube https://github.com/rsteube/scoop-bucket.git
scoop install carapace-bin
```

## Termux

> **WIP**: repo currently manually created
Install from [carapace-sh/termux](https://github.com/carapace-sh/termux) (gh_pages)

### Manually

```sh
# $PREFIX/etc/apt/sources.list.d
deb [trusted=yes] https://termux.carapace.sh termux extras
```

```sh
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 0be05de

Please sign in to comment.