docs: Add missing docs for import directive

This commit is contained in:
Matthew Holt 2020-05-15 10:50:57 -06:00
parent 00c3d67077
commit 5f1bd6374f
3 changed files with 31 additions and 0 deletions

View file

@ -21,6 +21,9 @@ Using `wget`:
<pre><code class="cmd"><span class="bash">wget "https://github.com/caddyserver/caddy/releases/latest/download/ASSET"</span></code></pre>
Replace `ASSET` with the filename for your platform.
## Docker
<pre><code class="cmd bash">docker pull caddy</code></pre>
@ -59,6 +62,7 @@ RHEL/CentOS 7:
[**Deploy a Caddy droplet on DigitalOcean**](https://marketplace.digitalocean.com/apps/caddy)
## macOS
<pre><code class="cmd bash">brew install caddy</code></pre>