Skip to content

Commit cf4cc85

Browse files
committed
Made the Install guide copy/pasteable
1 parent dba131f commit cf4cc85

File tree

1 file changed

+10
-11
lines changed

1 file changed

+10
-11
lines changed

README.markdown

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@ Requirements
1010
You need to make sure you're using PHP 5.3+.
1111

1212
Also, you'll need to install the following pear dependencies:
13-
/var/www $ sudo pear channel-discover pear.netpirates.net
14-
/var/www $ sudo pear install theseer/DirectoryScanner
15-
/var/www $ sudo pear install theseer/fDOMDocument
16-
/var/www $ sudo pear install theseer/fXSL
13+
sudo pear channel-discover pear.netpirates.net
14+
sudo pear install theseer/DirectoryScanner
15+
sudo pear install theseer/fDOMDocument
16+
sudo pear install theseer/fXSL
1717

1818
Finally, you'll need the ezcConsoleTools from components.ez.no:
19-
/var/www $ sudo pear channel-discover components.ez.no
20-
/var/www $ sudo pear install ezc/ConsoleTools
19+
sudo pear channel-discover components.ez.no
20+
sudo pear install ezc/ConsoleTools
2121

2222

2323
Installation
@@ -26,19 +26,18 @@ Installation
2626
Make sure you've installed all the requirements.
2727

2828
Get the source code from GIT:
29-
~ $ cd /var/www/
30-
/var/www/ $ git clone --recursive [email protected]:Username/phpdox.git
29+
git clone --recursive [email protected]:Username/phpdox.git
3130

3231
_Note: If you've forgot the --recursive argument, you'll not have the staticReflection submodule in lib/. So you might want to use:_
33-
/var/www/ $ git submodule init
34-
/var/www/ $ git submodule update
32+
git submodule init
33+
git submodule update
3534

3635

3736
Usage Examples
3837
--------------
3938

4039
You can run phpdox like this:
41-
/var/www/ $ phpdox/phpdox.php
40+
phpdox/phpdox.php
4241

4342

4443
trouble shooting

0 commit comments

Comments
 (0)