Skip to content

Commit

Permalink
Rephrase section introducing Jush, the stupid UNIX shell
Browse files Browse the repository at this point in the history
Signed-off-by: Joachim Nilsson <[email protected]>
  • Loading branch information
troglobit committed Jun 1, 2019
1 parent 13f8d5f commit 5496152
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,11 @@ Editline is maintained collaboratively at [GitHub][].
Example
-------

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 <https://github.com/troglobit/jush/>. The
Editline sources also include an `examples/` sub-directory.
Below is a very brief example to illustrate how one can use Editline to
create a simple CLI, Ctrl-D exits the program. A slightly more advanced
example is Jush, <https://github.com/troglobit/jush/>, a small and very
simplistic UNIX shell. 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.
Expand Down

0 comments on commit 5496152

Please sign in to comment.