INSTALL.md: add update command

This commit is contained in:
nervuri 2022-06-04 00:00:00 +00:00
parent 9743f24eab
commit 5bba2500af
1 changed files with 6 additions and 0 deletions

View File

@ -71,3 +71,9 @@ A standard web-facing setup involves using a CA-signed certificate and binding t
## Redirect http:// to https://
For this you'll need to use another web server, such as nginx.
## Update
```
go get -u tildegit.org/nervuri/client-hello-mirror
```