Explorar o código

org-manual: Fix clone instructions

The same fix was applied to org.texi in b1a6395df.
Kyle Meyer %!s(int64=7) %!d(string=hai) anos
pai
achega
8ead9e5ba3
Modificáronse 2 ficheiros con 2 adicións e 0 borrados
  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