Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 458 Bytes

CONTRIBUTING.md

File metadata and controls

17 lines (11 loc) · 458 Bytes

Contributing

Environment Setup

The basics: make, node, npm

Caddy

Download the latest version of Caddy for your operating system from Caddy's GitHub Releases page.

# Example: Caddy v2.9.1 for Ubuntu
wget https://github.com/caddyserver/caddy/releases/download/v2.9.1/caddy_2.9.1_linux_amd64.tar.gz -O- | tar -xz caddy

Then put the new caddy binary somewhere on your $PATH.