From 993012084941f324bea3909f11387adaedda160e Mon Sep 17 00:00:00 2001 From: YAKSH BARIYA Date: Wed, 30 Jun 2021 11:16:05 +0530 Subject: [PATCH] docs: Caddy is also available on Termux (#170) --- src/docs/markdown/install.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/docs/markdown/install.md b/src/docs/markdown/install.md index e42e471..395a587 100644 --- a/src/docs/markdown/install.md +++ b/src/docs/markdown/install.md @@ -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._
scoop install caddy
[**View the Scoop manifest**](https://github.com/ScoopInstaller/Main/blob/master/bucket/caddy.json) + + +## Termux + +_Note: This is a community-maintained installation method._ + +
pkg install caddy
+ +[**View the Termux build.sh file**](https://github.com/termux/termux-packages/blob/master/packages/caddy/build.sh) +