From 60855979843fa0c30c7d41d04d9be45bdf9e687c Mon Sep 17 00:00:00 2001 From: Phil Sturgeon Date: Fri, 6 Dec 2013 16:57:52 -0500 Subject: [PATCH] Added libedit reference to README --- README.md | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 8864d89e64..e1e6b48455 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ The interactive PHP debugger Implemented as a SAPI module, phpdbg can excert complete control over the environment without impacting the functionality or performance of your code. -phpdbg aims to be a lightweight, powerful, easy to use debugging platform for PHP5.4+ +phpdbg aims to be a lightweight, powerful, easy to use debugging platform for PHP 5.4+ [![phpdbg on travis-ci](https://travis-ci.org/krakjoe/phpdbg.png?branch=master)](https://travis-ci.org/krakjoe/phpdbg) @@ -45,7 +45,7 @@ make install-phpdbg Where the source directory has been used previously to build PHP, there exists a file named *config.nice* which can be used to invoke configure with the same parameters as were used by the last execution of *configure*. -*Note: php must be configured with the switch --with-readline for phpdbg to support history, autocompletion, tab-listing etc* +**Note:** PHP must be configured with the switch --with-readline or --with-libedit for phpdbg to support history, autocompletion, tab-listing etc. Command Line Options ==================== @@ -73,14 +73,13 @@ The following switches change the default behaviour of phpdbg: - -a listen address for remote mode - -S override SAPI name -*Note: passing -rr will cause phpdbg to quit after execution, rather than returning to the console* - -Screeny -======= - -screenshot +**Note:** Passing -rr will cause phpdbg to quit after execution, rather than returning to the console. Getting Started =============== -See the tutorials for help getting started with phpdbg: https://github.com/krakjoe/phpdbg/blob/master/tutorials/intro.md +See the tutorials for help [getting started with phpdbg][1]. + +screenshot + + [1]: https://github.com/krakjoe/phpdbg/blob/master/tutorials/intro.md -- 2.50.1