]> git.eshelyaron.com Git - emacs.git/commitdiff
* doc/misc/org.texi (Installation): Fix clone commands.
authorMichael Albinus <michael.albinus@gmx.de>
Wed, 28 Mar 2018 08:38:26 +0000 (10:38 +0200)
committerMichael Albinus <michael.albinus@gmx.de>
Wed, 28 Mar 2018 08:38:26 +0000 (10:38 +0200)
doc/misc/org.texi

index 7583e2b88a4f0a03f06d97373802210bfa569f45..cf1c03772e2d696402bfb75b4bdafdb1fed203b4 100644 (file)
@@ -924,6 +924,7 @@ You can clone Org's repository and install Org like this:
 @example
 $ cd ~/src/
 $ git clone https://code.orgmode.org/bzg/org-mode.git
+$ cd org-mode/
 $ make autoloads
 @end example