Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cmackenzie1 committed Nov 15, 2024
1 parent 2a86d3c commit f1350e8
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,12 @@ A simple, stdlib only, go module for generating UUIDs (**U**niversally **U**niqu
### CLI

```bash
go install github.com/cmackenzie1/go-uuid/cmd/uuid

# run the command
uuid
5f70a1c2-de1b-4e23-b8f8-d86889ac88a1
# Using go install
go install github.com/cmackenzie1/go-uuid/cmd/uuid@latest
```

Or download the binary from [Releases](https://github.com/cmackenzie1/go-uuid/releases)

### Package

```bash
Expand Down

0 comments on commit f1350e8

Please sign in to comment.