You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+13-1Lines changed: 13 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -104,7 +104,19 @@ On FreeBSD you can install with `pkg`:
104
104
pkg install croc
105
105
```
106
106
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+):
0 commit comments