Re: [DOC-WEB] com web/doc: Better explicitly say to cd before installing PhD: tutorial/local-setup.md
[email protected] (Hannes Magnusson) Sat, 21 Mar 2015 12:02:42 -0700
| Newsgroups | php.doc.web |
|---|---|
| Message-ID | <CADNQb0WP_BR4hUe4hHE6=TjM5xUNu9TnV0_0zMyg-VFvtPS=XQ@mail.gmail.com> |
On Thu, Mar 19, 2015 at 11:31 PM, Maciej Sobaczewski <[email protected]> wrote: > Commit: 36709c4b2048179a3371ee9fa154b02dedf6b7af > Author: Sobak <[email protected]> Fri, 20 Mar 2015 07:31:38 +0100 > Parents: 3312e45895eb31285271a22041ca19b7631cd83a > Branches: master > > Link: http://git.php.net/?p=web/doc.git;a=commitdiff;h=36709c4b2048179a3371ee9fa154b02dedf6b7af > > Log: > Better explicitly say to cd before installing PhD > > Changed paths: > M tutorial/local-setup.md > > > Diff: > diff --git a/tutorial/local-setup.md b/tutorial/local-setup.md > index 9215a93..e4675c9 100644 > --- a/tutorial/local-setup.md > +++ b/tutorial/local-setup.md > @@ -40,6 +40,7 @@ PDF, Man, Epub, and others, including PHP which is what we use at php.net. > > ### Install PhD > ``` > +$ cd path/to/phd/ > $ git clone http://git.php.net/repository/phd.git > $ php path/to/phd/render.php --help > ``` That looks a bit weird. You cd into a pre-existing phd directory before git cloning the repo? Then after cloning it, you still need to specify the full path? o.O -Hannes