Update instructions for go 1.16+
This commit is contained in:
parent
695f5cae6b
commit
311f4105d6
1 changed files with 2 additions and 1 deletions
|
@ -70,6 +70,7 @@ csrf.key = "<32 bytes of base64 encoded data>"
|
|||
Now you can start the IDP:
|
||||
|
||||
```
|
||||
make
|
||||
go run cmd/idp.go
|
||||
```
|
||||
|
||||
|
@ -81,7 +82,7 @@ internationalization (i18n) support.
|
|||
The translation workflow needs the `go18n` binary which can be installed via
|
||||
|
||||
```
|
||||
go get -u github.com/nicksnyder/go-i18n/v2/goi18n
|
||||
go install github.com/nicksnyder/go-i18n/v2/goi18n
|
||||
```
|
||||
|
||||
To extract new messages from the code run
|
||||
|
|
Loading…
Reference in a new issue