summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2018-04-01 17:35:23 -0400
committerKyle Meyer <kyle@kyleam.com>2018-04-01 17:39:50 -0400
commit8ead9e5ba3fb16ec7492ac0a98dba398578a9ab3 (patch)
tree91694ce42791d500f19aa1ebbbed06f962a599e9
parent834f6d100b915110b9584b2656e0dd31525a22d9 (diff)
downloadorg-mode-8ead9e5ba3fb16ec7492ac0a98dba398578a9ab3.tar.gz
org-manual: Fix clone instructions
The same fix was applied to org.texi in b1a6395df.
-rw-r--r--doc/org-manual.org1
-rw-r--r--doc/org.texi1
2 files changed, 2 insertions, 0 deletions
diff --git a/doc/org-manual.org b/doc/org-manual.org
index 1da4fe1..69108c2 100644
--- a/doc/org-manual.org
+++ b/doc/org-manual.org
@@ -136,6 +136,7 @@ You can clone Org's repository and install Org like this:
#+begin_example
$ cd ~/src/
$ git clone git@code.orgmode.org:bzg/org-mode.git
+$ cd org-mode/
$ make autoloads
#+end_example
diff --git a/doc/org.texi b/doc/org.texi
index c501374..e81e247 100644
--- a/doc/org.texi
+++ b/doc/org.texi
@@ -621,6 +621,7 @@ You can clone Org's repository and install Org like this:
@example
$ cd ~/src/
$ git clone git@@code.orgmode.org:bzg/org-mode.git
+$ cd org-mode/
$ make autoloads
@end example