1
1
Fork 0
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:
blu3 2025-01-31 16:54:24 +03:00 committed by GitHub
parent 0126ce6586
commit 3f8c75e49e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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