diff options
author | Joey Hess <joey@kitenet.net> | 2013-12-17 19:29:11 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-12-17 19:29:11 -0400 |
commit | f521f0991a65b496166caee8eeae9965b7953386 (patch) | |
tree | c6b27ba68c1577514adf6b65cdf478ea2caed39f | |
parent | 7f89f5eb08d20e060e20c19f484b2b83866f7fea (diff) |
update for armel
-rw-r--r-- | doc/install/Linux_standalone.mdwn | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/install/Linux_standalone.mdwn b/doc/install/Linux_standalone.mdwn index d58239709..df430204e 100644 --- a/doc/install/Linux_standalone.mdwn +++ b/doc/install/Linux_standalone.mdwn @@ -5,6 +5,9 @@ prebuilt tarball of the most recent release. This tarball should work on most Linux systems. It has basically no dependencies and is self-contained. +The armel version can be installed on NAS devices and other embedded ARM +linux systems. + [download tarball](https://downloads.kitenet.net/git-annex/linux/current/) To use, just unpack the tarball, `cd git-annex.linux` and run `./runshell` @@ -16,7 +19,7 @@ Alternatively, you can unpack the tarball, and add the directory to your PATH. This lets you use `git annex`, without overriding your system's own versions of git, etc. -Warning: This is a last resort. Most Linux users should instead +Note: This is a last resort. Most Linux users should instead [[install]] git-annex from their distribution of choice. ## autobuilds |