blob: 98158cf021b5097e0747080c3342f6baf08d7833 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
$FreeBSD$
--- README.md.orig
+++ README.md
@@ -25,7 +25,7 @@
Installing Globally
===================
-_Note that this install currently clobbers any previous /etc/phpsh/rc.php_
+_Note that this install currently clobbers any previous %%PREFIX%%/etc/phpsh/rc.php_
* `python setup.py build`
* `sudo python setup.py install`
* `phpsh`
@@ -56,7 +56,7 @@
Autoloading
-----------
-* Modify /etc/phpsh/rc.php. Then:
+* Modify %%PREFIX%%/etc/phpsh/rc.php. Then:
* `cd ~/www`
* `phpsh`
* And for times when you just want vanilla php:
|