Update text for gcc requirement

This commit is contained in:
cheddar 2025-02-22 15:30:41 -05:00
parent 37f22c0b74
commit 3a05fa2884
No known key found for this signature in database

View file

@ -18,7 +18,7 @@ It is built around the [httpsig](https://github.com/common-fate/httpsig) library
# Try it out
If you use Nix shell, there is a `shell.nix` config in the repo that should give you a working environment for running the project. If you can't/don't want to use Nix then the only requirements are Go and Caddy. (And possibly gcc. Is it safe to assume you'll have that?)
If you use Nix shell, there is a `shell.nix` config in the repo that should give you a working environment for running the project. If you can't/don't want to use Nix then the only requirements are Go and Caddy. (And possibly gcc, for the sqlite library. I have not tested this project on a system without gcc.)
One program runs both the server and a test client.