sig-auth.git

git clone https://git.crispbyte.dev/sig-auth.git

commit
3a05fa2
parent
37f22c0
author
cheddar
date
2025-02-22 21:30:41 +0100 CET
Update text for gcc requirement
1 files changed,  +1, -1
M README.md
+1, -1
1@@ -18,7 +18,7 @@ It is built around the [httpsig](https://github.com/common-fate/httpsig) library
2 
3 # Try it out
4 
5-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?)
6+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.)
7 
8 One program runs both the server and a test client.
9