Skip to content

Commit

Permalink
docs: add homebrew installation note (#126)
Browse files Browse the repository at this point in the history
  • Loading branch information
chenrui333 committed Dec 15, 2022
1 parent 58b16cf commit 8935696
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Expand Up @@ -19,6 +19,14 @@ Package home: https://github.com/klauspost/cpuid
`go get -u github.com/klauspost/cpuid/v2` using modules.
Drop `v2` for others.

### Homebrew

For macOS/Linux users, you can install via [brew](https://brew.sh/)

```sh
$ brew install cpuid
```

## example

```Go
Expand Down

0 comments on commit 8935696

Please sign in to comment.