reorder
This commit is contained in:
parent
e3ffa4330c
commit
bd5884d8dd
1 changed files with 7 additions and 7 deletions
|
@ -6,7 +6,13 @@
|
||||||
* [[Fedora]]
|
* [[Fedora]]
|
||||||
* [[FreeBSD]]
|
* [[FreeBSD]]
|
||||||
|
|
||||||
## Generic instructions
|
## Using cabal
|
||||||
|
|
||||||
|
As a haskell package, git-annex can be built using cabal. For example:
|
||||||
|
|
||||||
|
cabal install git-annex --bindir=$HOME/bin
|
||||||
|
|
||||||
|
## Installation by hand
|
||||||
|
|
||||||
To build and use git-annex, you will need:
|
To build and use git-annex, you will need:
|
||||||
|
|
||||||
|
@ -34,9 +40,3 @@ To build and use git-annex, you will need:
|
||||||
* [ikiwiki](http://ikiwiki.info) (optional; used to build the docs)
|
* [ikiwiki](http://ikiwiki.info) (optional; used to build the docs)
|
||||||
|
|
||||||
Then just [[download]] git-annex and run: `make; make install`
|
Then just [[download]] git-annex and run: `make; make install`
|
||||||
|
|
||||||
## Using cabal
|
|
||||||
|
|
||||||
As a haskell package, git-annex can be built using cabal. For example:
|
|
||||||
|
|
||||||
cabal install git-annex --bindir=$HOME/bin
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue