Ver código fonte

org-manual: Fix clone instructions

The same fix was applied to org.texi in b1a6395df.
Kyle Meyer 7 anos atrás
pai
commit
8ead9e5ba3
2 arquivos alterados com 2 adições e 0 exclusões
  1. 1 0
      doc/org-manual.org
  2. 1 0
      doc/org.texi

+ 1 - 0
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
 

+ 1 - 0
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