mirror of
https://github.com/caddyserver/website.git
synced 2025-04-21 20:46:15 -04:00
docs: Caddy is also available on Termux (#170)
This commit is contained in:
parent
1ff5103c73
commit
9930120849
1 changed files with 11 additions and 0 deletions
|
@ -27,6 +27,7 @@ This page describes various methods for installing Caddy on your system.
|
|||
- [Webi](#webi)
|
||||
- [Chocolatey](#chocolatey)
|
||||
- [Ansible](#ansible)
|
||||
- [Termux](#termux)
|
||||
|
||||
|
||||
## Static binaries
|
||||
|
@ -211,3 +212,13 @@ _Note: This is a community-maintained installation method._
|
|||
<pre><code class="cmd">scoop install caddy</code></pre>
|
||||
|
||||
[**View the Scoop manifest**](https://github.com/ScoopInstaller/Main/blob/master/bucket/caddy.json)
|
||||
|
||||
|
||||
## Termux
|
||||
|
||||
_Note: This is a community-maintained installation method._
|
||||
|
||||
<pre><code class="cmd">pkg install caddy</code></pre>
|
||||
|
||||
[**View the Termux build.sh file**](https://github.com/termux/termux-packages/blob/master/packages/caddy/build.sh)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue