Skip to content

Commit

Permalink
Fix a few mistakes
Browse files Browse the repository at this point in the history
  • Loading branch information
blu3berryys authored Jan 31, 2025
1 parent 0126ce6 commit 3f8c75e
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,15 +40,15 @@ curl https://getcroc.schollz.com | bash
### On macOS

Using [Homebrew](https://brew.sh/):
```bash
brew install croc
```
```bash
brew install croc
```

Using [MacPorts](https://www.macports.org/):
```bash
sudo port selfupdate
sudo port install croc
```
```bash
sudo port selfupdate
sudo port install croc
```

### On Windows

Expand Down Expand Up @@ -139,7 +139,7 @@ conda install --channel conda-forge croc

### 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
go install github.com/schollz/croc/v10@latest
Expand Down

0 comments on commit 3f8c75e

Please sign in to comment.