diff options
author | Harshavardhana <harsha@zresearch.com> | 2009-03-09 10:31:53 -0700 |
---|---|---|
committer | Anand V. Avati <avati@amp.gluster.com> | 2009-03-10 00:48:08 +0530 |
commit | d4adb2b0f5e7cd8e91d384f3f9047deab2464647 (patch) | |
tree | 604b9824f5cef8fdf0707deea1e441c78ccd4f5a /doc/user-guide/user-guide.texi | |
parent | 2323b92d9b7b679c84cab64697fc715434e28ac9 (diff) |
removed word "tla" from last of the remaining files
Signed-off-by: Anand V. Avati <avati@amp.gluster.com>
Diffstat (limited to 'doc/user-guide/user-guide.texi')
-rw-r--r-- | doc/user-guide/user-guide.texi | 16 |
1 files changed, 5 insertions, 11 deletions
diff --git a/doc/user-guide/user-guide.texi b/doc/user-guide/user-guide.texi index 903f0eb62..943b446d9 100644 --- a/doc/user-guide/user-guide.texi +++ b/doc/user-guide/user-guide.texi @@ -266,19 +266,13 @@ the recommended method is to download the latest release tarball. Release tarballs are available at: @indicateurl{http://gluster.org/download.php}. If you want the bleeding edge development source, you can get them -from the @acronym{GNU} -Arch@footnote{@indicateurl{http://www.gnu.org/software/gnu-arch/}} -repository. First you must install @acronym{GNU} Arch itself. Then -register the GlusterFS archive by doing: +from the Git +@footnote{@indicateurl{http://git-scm.com}} +repository. First you must install Git itself. Then +you can check out the source @example -$ tla register-archive http://arch.sv.gnu.org/archives/gluster -@end example - -Now you can check out the source itself: - -@example -$ tla get -A gluster@@sv.gnu.org glusterfs--mainline--3.0 +$ git clone git://git.sv.gnu.org/gluster.git glusterfs @end example @node Building |