summaryrefslogtreecommitdiff
path: root/doc/install/Fedora.mdwn
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2011-09-06 14:48:15 -0400
committerGravatar Joey Hess <joey@kitenet.net>2011-09-06 14:48:15 -0400
commit3778e8897dcd8b2a5a54d076cc5d3a6d0a0bb689 (patch)
tree2df74d3730caec8421f48a248ae4c9c02ab6e77e /doc/install/Fedora.mdwn
parent7722147e1625e0a16cfcf13fd967a4a961decaf7 (diff)
switch to using cabal-install git-annex
Diffstat (limited to 'doc/install/Fedora.mdwn')
-rw-r--r--doc/install/Fedora.mdwn19
1 files changed, 1 insertions, 18 deletions
diff --git a/doc/install/Fedora.mdwn b/doc/install/Fedora.mdwn
index 17b863521..068d5c111 100644
--- a/doc/install/Fedora.mdwn
+++ b/doc/install/Fedora.mdwn
@@ -3,22 +3,5 @@ Installation recipe for Fedora 14.
<pre>
sudo yum install ghc cabal-install
sudo cabal update
-sudo cabal install missingh
-sudo cabal install utf8-string
-sudo cabal install pcre-light
-sudo cabal install quickcheck
-sudo cabal install SHA
-sudo cabal install dataenc
-sudo cabal install monad-control
-sudo cabal install HTTP
-sudo cabal install json
-sudo cabal install hS3
-
-git clone git://git-annex.branchable.com/
-
-cd git-annex
-sudo make # For some reason you need to use sudo here as otherwise the cabal installed packages doesn't seem to be there...
-sudo install git-annex
+sudo cabal install git-annex
</pre>
-
-Originally posted by Jon at <https://gist.github.com/997568> --[[Joey]]