]> granicus.if.org Git - recode/commitdiff
Update git installation instructions
authorReuben Thomas <rrt@sc3d.org>
Sun, 14 Jan 2018 22:09:15 +0000 (22:09 +0000)
committerReuben Thomas <rrt@sc3d.org>
Mon, 15 Jan 2018 14:35:36 +0000 (14:35 +0000)
README.org

index db6f028da9ae77c41870ec1e64c7a521b940821a..088816a4fff6ea3b33da51ebc4f9891d4ea00c76 100644 (file)
@@ -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