diff options
author | Rasmus Dahlberg <rasmus@rgdd.se> | 2025-03-12 18:18:45 +0100 |
---|---|---|
committer | Rasmus Dahlberg <rasmus@rgdd.se> | 2025-03-12 18:38:43 +0100 |
commit | d0545c3a22bc0d2ffebe85d8fd0188864f23ae2e (patch) | |
tree | 8880f897ce2f0a73ec870ccca681f83f206359b3 /README.md | |
parent | 21d0efb2e2551b41a20a28a9cba5fed281629938 (diff) |
chore: Set go module name rgdd.se/ct-sans
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -24,7 +24,7 @@ You will need a [Go compiler][] and [GNU sort][] on the local system: Install `ct-sans`: - $ go install git.cs.kau.se/rasmoste/ct-sans@latest + $ go install rgdd.se/ct-sans@latest $ which ct-sans >/dev/null || echo "ct-sans not in PATH" List all options: |