From: Reuben Thomas Date: Sun, 14 Jan 2018 22:09:15 +0000 (+0000) Subject: Update git installation instructions X-Git-Tag: v3.7~132 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=29e0a9a6476d7d7852acf5302777177e112f81da;p=recode Update git installation instructions --- diff --git a/README.org b/README.org index db6f028..088816a 100644 --- a/README.org +++ b/README.org @@ -47,11 +47,11 @@ past, pretest or official, as well as individual files. You may then try: #+BEGIN_SRC sh - git clone https://github.com/pinard/Recode.git + git clone https://github.com/rrthomas/Recode.git cd Recode - sh after-git.sh + ./bootstrap ./configure - make + make check make install #+END_SRC