From e58868bec166d5310cb499fdf5229fd5e031ddcf Mon Sep 17 00:00:00 2001 From: Joachim Nilsson Date: Sat, 27 Apr 2019 12:46:59 +0200 Subject: [PATCH] Mention jush as another example of Editline Signed-off-by: Joachim Nilsson --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index bb86857..2e27552 100644 --- a/README.md +++ b/README.md @@ -37,9 +37,10 @@ Editline is maintained collaboratively at [GitHub][]. Example ------- -Here is a very brief example to illustrate how one can use Editline to -create a simple CLI, use Ctrl-D to exit the program. More examples are -availble in the source tree. +Below follows a brief example to illustrate how one can use Editline to +create a simple CLI, use Ctrl-D to exit the program. For a slightly +more advanced example, see . The +Editline sources also include an `examples/` sub-directory. 1. Build and install the library, preferably using a [release tarball][] The configure script defaults to a `/usr/local` prefix.