diff options
author | AJ ONeal <[email protected]> | 2020-10-09 11:32:09 -0600 |
---|---|---|
committer | GitHub <[email protected]> | 2020-10-09 11:32:09 -0600 |
commit | e34d9f1244439a01a195febd966c7c5d88c98d33 (patch) | |
tree | 26ef9242aa14ebc79e46b4df62206fdb2c817007 /README.md | |
parent | ef8a372a1ce8ed8630bbe227349783c5a74c69b2 (diff) | |
download | caddy-e34d9f1244439a01a195febd966c7c5d88c98d33.tar.gz caddy-e34d9f1244439a01a195febd966c7c5d88c98d33.zip |
readme: Add link to website for download instructions (#3785)
* add Webi as install method
* link to install page
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -22,6 +22,7 @@ ### Menu - [Features](#features) +- [Install](#install) - [Build from source](#build-from-source) - [For development](#for-development) - [With version information and/or plugins](#with-version-information-andor-plugins) @@ -56,7 +57,11 @@ - Actually **fun to use** - So, so much more to discover +## Install +You can install Caddy by downloading from the Github Releases and placing it in your PATH. + +For other install options, see https://caddyserver.com/docs/download. ## Build from source |