9 lines
333 B
Markdown
9 lines
333 B
Markdown
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 the [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.
|