Skip to content

Commit f1350e8

Browse files
committed
Update README.md
1 parent 2a86d3c commit f1350e8

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,12 @@ A simple, stdlib only, go module for generating UUIDs (**U**niversally **U**niqu
1010
### CLI
1111

1212
```bash
13-
go install github.com/cmackenzie1/go-uuid/cmd/uuid
14-
15-
# run the command
16-
uuid
17-
5f70a1c2-de1b-4e23-b8f8-d86889ac88a1
13+
# Using go install
14+
go install github.com/cmackenzie1/go-uuid/cmd/uuid@latest
1815
```
1916

17+
Or download the binary from [Releases](https://github.com/cmackenzie1/go-uuid/releases)
18+
2019
### Package
2120

2221
```bash

0 commit comments

Comments
 (0)