aboutsummaryrefslogtreecommitdiff
path: root/doc/install/Debian.mdwn
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2011-02-06 13:43:31 -0400
committerGravatar Joey Hess <joey@kitenet.net>2011-02-06 13:43:31 -0400
commit6c45f1123d0709787c7df15c46b8d97e9813eb83 (patch)
tree829a539d35b836adf969ff0ae2314b024b3c0771 /doc/install/Debian.mdwn
parentc975384195467b5e5bca32d8199330e96be9feba (diff)
reord install pages; per-OS instructions
Diffstat (limited to 'doc/install/Debian.mdwn')
-rw-r--r--doc/install/Debian.mdwn9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/install/Debian.mdwn b/doc/install/Debian.mdwn
new file mode 100644
index 000000000..90c9658a9
--- /dev/null
+++ b/doc/install/Debian.mdwn
@@ -0,0 +1,9 @@
+If using Debian testing or unstable:
+
+ sudo apt-get install git-annex
+
+git-annex is not yet in a Debian stable release, but the source
+can be built from Debian stable. Just [[download]] it from git, and
+then in the `git-annex` directory, run `dpkg-checkbuilddeps` and install
+the necessary packages. You can also run `sudo debian/rules binary` to build
+a `git-annex.deb`.