projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
613c9a5
)
* doc/misc/org.texi (Installation): Fix clone commands.
author
Michael Albinus
<michael.albinus@gmx.de>
Wed, 28 Mar 2018 08:38:26 +0000
(10:38 +0200)
committer
Michael Albinus
<michael.albinus@gmx.de>
Wed, 28 Mar 2018 08:38:26 +0000
(10:38 +0200)
doc/misc/org.texi
patch
|
blob
|
history
diff --git
a/doc/misc/org.texi
b/doc/misc/org.texi
index 7583e2b88a4f0a03f06d97373802210bfa569f45..cf1c03772e2d696402bfb75b4bdafdb1fed203b4 100644
(file)
--- a/
doc/misc/org.texi
+++ b/
doc/misc/org.texi
@@
-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