mirror of
https://github.com/schollz/croc.git
synced 2025-10-11 05:11:06 +02:00
Merge pull request #843 from matthewfeickert/docs/add-conda-forge
docs: Add conda-forge install instructions for pixi and conda
This commit is contained in:
commit
c369c78b42
1 changed files with 13 additions and 1 deletions
14
README.md
14
README.md
|
@ -104,7 +104,19 @@ On FreeBSD you can install with `pkg`:
|
||||||
pkg install croc
|
pkg install croc
|
||||||
```
|
```
|
||||||
|
|
||||||
Or, you can [install Go](https://golang.org/dl/) and build from source (requires Go 1.17+):
|
On Linux, macOS, and Windows you can install from [conda-forge](https://github.com/conda-forge/croc-feedstock/) globally with [`pixi`](https://pixi.sh/):
|
||||||
|
|
||||||
|
```
|
||||||
|
pixi global install croc
|
||||||
|
```
|
||||||
|
|
||||||
|
or into a particular environment with [`conda`](https://docs.conda.io/projects/conda/):
|
||||||
|
|
||||||
|
```
|
||||||
|
conda install --channel conda-forge croc
|
||||||
|
```
|
||||||
|
|
||||||
|
Or, you can [install Go](https://golang.org/dl/) and build from source (requires Go 1.17+):
|
||||||
|
|
||||||
```
|
```
|
||||||
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