blob: 085d40c46babe16425ee368ecba15751ff070e33 (
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 %%ETCDIR%%/rc.php_
* `python setup.py build`
* `sudo python setup.py install`
* `phpsh`
@@ -56,7 +56,7 @@
Autoloading
-----------
-* Modify /etc/phpsh/rc.php. Then:
+* Modify %%ETCDIR%%/rc.php. Then:
* `cd ~/www`
* `phpsh`
* And for times when you just want vanilla php:
|