Skip to content

Commit 728e4c6

Browse files
committed
Update doc
1 parent 84fce27 commit 728e4c6

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,17 @@ e.g. http://localhost:8080/callback. If you set port 9002, expect redirect_uri h
1010

1111
Use the go tool chain to build the binary.
1212
```text
13-
go build cmd/openid-client.go
13+
go install github.com/strehle/cmdline-openid-client/openid-client@latest
14+
```
15+
16+
You can also use go with run to execute it like
17+
```text
18+
go run github.com/strehle/cmdline-openid-client/openid-client@latest
19+
```
20+
21+
Another option is to clone the sources and build it from command
22+
```text
23+
go build openid-client/openid-client.go
1424
```
1525
On an OS with make environment, simply execute
1626
```text

0 commit comments

Comments
 (0)