mirror of
https://git.freebsd.org/ports.git
synced 2025-07-16 16:59:17 -04:00
history, tab completion, quick access to documentation. It was developed at Facebook and ironically, is written mostly in python. It is open source and released under a modified BSD license. WWW: http://phpsh.org/
23 lines
559 B
Markdown
23 lines
559 B
Markdown
|
|
$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:
|