mirror of
https://github.com/schollz/croc.git
synced 2025-10-11 05:11:06 +02:00
Fix a few mistakes
This commit is contained in:
parent
0126ce6586
commit
3f8c75e49e
1 changed files with 8 additions and 8 deletions
16
README.md
16
README.md
|
@ -40,15 +40,15 @@ curl https://getcroc.schollz.com | bash
|
||||||
### On macOS
|
### On macOS
|
||||||
|
|
||||||
Using [Homebrew](https://brew.sh/):
|
Using [Homebrew](https://brew.sh/):
|
||||||
```bash
|
```bash
|
||||||
brew install croc
|
brew install croc
|
||||||
```
|
```
|
||||||
|
|
||||||
Using [MacPorts](https://www.macports.org/):
|
Using [MacPorts](https://www.macports.org/):
|
||||||
```bash
|
```bash
|
||||||
sudo port selfupdate
|
sudo port selfupdate
|
||||||
sudo port install croc
|
sudo port install croc
|
||||||
```
|
```
|
||||||
|
|
||||||
### On Windows
|
### On Windows
|
||||||
|
|
||||||
|
@ -139,7 +139,7 @@ conda install --channel conda-forge croc
|
||||||
|
|
||||||
### Build from Source
|
### Build from Source
|
||||||
|
|
||||||
If you prefer, you can [install Go](https://go.dev/dl/) and build from source (requires Go 1.17+):
|
If you prefer, you can [install Go](https://go.dev/dl/) and build from source (requires Go 1.22+):
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
go install github.com/schollz/croc/v10@latest
|
go install github.com/schollz/croc/v10@latest
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue