Skip to content

Commit

Permalink
docs: remove redundant install steps
Browse files Browse the repository at this point in the history
  • Loading branch information
pratikbin committed May 14, 2022
1 parent 7343b26 commit e862a08
Showing 1 changed file with 7 additions and 20 deletions.
27 changes: 7 additions & 20 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,12 @@ curl -fsSL instl.sh/daftcreations/go-nproc/macos | bash
iwr -useb instl.sh/daftcreations/go-nproc/windows | iex
```

or

```shell
go install github.com/daftcreations/go-nproc@latest
```

Supported platforms, Find binary from release page

- Darwin(Mac) (`arm64`, `x86_64`) - *tested*
Expand All @@ -68,25 +74,6 @@ Supported platforms, Find binary from release page
- Windows (`armv6`, `armv7`, `i386`, `x86_64`)
- Solaris (`x86_64`)

Golang

```shell
go install github.com/daftcreations/go-nproc@latest
```

OR

```shell
## Linux
curl -fsSL instl.sh/daftcreations/go-nproc/linux | bash
## MacOS (m1 and intel)
curl -fsSL instl.sh/daftcreations/go-nproc/macos | bash
## Windows
iwr -useb instl.sh/daftcreations/go-nproc/windows | iex
```

---

<div align="center">
Expand All @@ -101,7 +88,7 @@ iwr -useb instl.sh/daftcreations/go-nproc/windows | iex
<h3 style="margin:-5px 10px 5px;">Contributors</h3>
<hr align="left" width="20%">
</div>
<img src="https://contrib.rocks/image?repo=daftcreations/go-nproc&columns=80" style="width:150px;"/>
<img src="https://contrib.rocks/image?repo=daftcreations/go-nproc&columns=80" style="width:70px;"/>
</div>

### Stargazers over time
Expand Down

0 comments on commit e862a08

Please sign in to comment.