summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Albinus <michael.albinus@gmx.de>2018-03-28 10:38:26 +0200
committerKyle Meyer <kyle@kyleam.com>2018-04-01 17:27:10 -0400
commitb1a6395dfeadd9adc5ce7633f341dfbbb30bd39e (patch)
treefb4785fce5a84848022211b3fb1d7e436131bade
parent7240f9c84769d92d9c95d1cae1f8c756b8ec74a0 (diff)
downloadorg-mode-b1a6395dfeadd9adc5ce7633f341dfbbb30bd39e.tar.gz
Backport commit 9bff405d0 from Emacs
* doc/org.texi (Installation): Fix clone commands. 9bff405d09f6eeeb577e6e0111e49f35d3b95b52 Michael Albinus Wed Mar 28 10:38:26 2018 +0200
-rw-r--r--doc/org.texi1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/org.texi b/doc/org.texi
index e2536d9..a277707 100644
--- a/doc/org.texi
+++ b/doc/org.texi
@@ -923,6 +923,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