diff --git a/doc/install.mdwn b/doc/install.mdwn index 4005ed4cd6..6255ee4b3a 100644 --- a/doc/install.mdwn +++ b/doc/install.mdwn @@ -13,10 +13,11 @@ detailed instructions | quick install   [[ArchLinux]] | `pacman -S git-annex`   [[NixOS]] | `nix-env -i git-annex`   [[Gentoo]] | `emerge git-annex` -  [[Void]] | `xbps-install git-annex` +  [[Void]] | `xbps-install git-annex`   [[ScientificLinux5]] |   [[openSUSE]] | `zypper in git-annex`   [[Docker]] | +  [[conda]] | `conda install -c conda-forge git-annex` [[Windows]] | **beta** """]] diff --git a/doc/install/comment_6_b095b0f6d7607f149ddc112da433319e._comment b/doc/install/comment_6_b095b0f6d7607f149ddc112da433319e._comment deleted file mode 100644 index 61746a584b..0000000000 --- a/doc/install/comment_6_b095b0f6d7607f149ddc112da433319e._comment +++ /dev/null @@ -1,10 +0,0 @@ -[[!comment format=mdwn - username="ilyawebmail@d5db0da13c02cda3860f534f3f02acdc914360b9" - nickname="ilyawebmail" - avatar="http://cdn.libravatar.org/avatar/34c90de0aa8b47144f32671827bd97d1" - subject="conda install now available on Linux (no root privileges needed)" - date="2018-03-27T18:33:36Z" - content=""" -On Linux, an up-to-date binary distribution of git-annex can now be installed with the conda package manager ( https://conda.io/docs/ ) from with conda-forge channel ( https://conda-forge.org/ ). After installing conda, do: \"conda install -c conda-forge git-annex\". - -"""]] diff --git a/doc/install/conda.mdwn b/doc/install/conda.mdwn new file mode 100644 index 0000000000..3e675dd4ba --- /dev/null +++ b/doc/install/conda.mdwn @@ -0,0 +1,9 @@ +On Linux, an up-to-date binary distribution of git-annex can now be +installed with the [conda package manager](https://conda.io/docs/) +from with [conda-forge channel](https://conda-forge.org/). + +After installing conda, run: + + conda install -c conda-forge git-annex + +Note that this installation method does not need root permissions.