Skip to content

Commit c369c78

Browse files
authored
Merge pull request #843 from matthewfeickert/docs/add-conda-forge
docs: Add conda-forge install instructions for pixi and conda
2 parents d616b8f + a61a461 commit c369c78

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,19 @@ On FreeBSD you can install with `pkg`:
104104
pkg install croc
105105
```
106106

107-
Or, you can [install Go](https://golang.org/dl/) and build from source (requires Go 1.17+):
107+
On Linux, macOS, and Windows you can install from [conda-forge](https://github.com/conda-forge/croc-feedstock/) globally with [`pixi`](https://pixi.sh/):
108+
109+
```
110+
pixi global install croc
111+
```
112+
113+
or into a particular environment with [`conda`](https://docs.conda.io/projects/conda/):
114+
115+
```
116+
conda install --channel conda-forge croc
117+
```
118+
119+
Or, you can [install Go](https://golang.org/dl/) and build from source (requires Go 1.17+):
108120

109121
```
110122
go install github.com/schollz/croc/v10@latest

0 commit comments

Comments
 (0)