this repo has no description

update caddy instructions in contributing guidelines to include sudo

Changed files
+1 -1
+1 -1
CONTRIBUTING.md
··· 2 2 3 3 You'll need to proxy requests from `https://*.smallweb.localhost:443` to `http://localhost:7777` to run the project locally. We'll use caddy to do that. 4 4 5 - First, you'll need to install caddy. Then, make sure to add the caddy root certificate to your system's trust store by running `caddy trust`. Finally, use `caddy run` at the root of the project to start the reverse proxy. 5 + First, you'll need to install caddy. Then, make sure to add the caddy root certificate to your system's trust store by running `sudo caddy trust`. Finally, use `sudo caddy run` at the root of the project to start the reverse proxy. 6 6 7 7 If you're using MacOS, you'll also need to create the `/etc/resolver/localhost` file with the following content: 8 8