Skip to content

Commit

Permalink
Add conda package to README (#976)
Browse files Browse the repository at this point in the history
  • Loading branch information
kellpossible committed Sep 24, 2021
1 parent 0db4589 commit 3f0b3ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ list:
| https://alpinelinux.org/[Alpine Linux] | https://wiki.alpinelinux.org/wiki/Alpine_Linux_package_management[apk-tools] | https://pkgs.alpinelinux.org/package/edge/community/x86_64/just[just] | `apk add just`
| https://getfedora.org/[Fedora Linux] | https://dnf.readthedocs.io/en/latest/[DNF] | https://src.fedoraproject.org/rpms/rust-just[just] | `dnf install just`
| https://www.gentoo.org/[Gentoo Linux] | https://wiki.gentoo.org/wiki/Portage[Portage] | https://github.com/gentoo-mirror/dm9pZCAq/tree/master/sys-devel/just[dm9pZCAq overlay: sys-devel/just] | `eselect repository enable dm9pZCAq && emerge --sync dm9pZCAq && emerge sys-devel/just`
| https://docs.conda.io/en/latest/miniconda.html#system-requirements[Various] | https://docs.conda.io/projects/conda/en/latest/index.html[Conda] | https://anaconda.org/conda-forge/just[just] | `conda install -c conda-forge just`
|================================================================================================================================================================================================================================================================================================================================================================================================================================
Expand Down

0 comments on commit 3f0b3ec

Please sign in to comment.