mirror of
https://github.com/troglobit/editline.git
synced 2025-05-06 04:21:24 +08:00
Rephrase section introducing Jush, the stupid UNIX shell
Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
This commit is contained in:
parent
13f8d5f69c
commit
5496152d51
@ -37,10 +37,11 @@ Editline is maintained collaboratively at [GitHub][].
|
|||||||
Example
|
Example
|
||||||
-------
|
-------
|
||||||
|
|
||||||
Below follows a brief example to illustrate how one can use Editline to
|
Below is a very brief example to illustrate how one can use Editline to
|
||||||
create a simple CLI, use Ctrl-D to exit the program. For a slightly
|
create a simple CLI, Ctrl-D exits the program. A slightly more advanced
|
||||||
more advanced example, see <https://github.com/troglobit/jush/>. The
|
example is Jush, <https://github.com/troglobit/jush/>, a small and very
|
||||||
Editline sources also include an `examples/` sub-directory.
|
simplistic UNIX shell. The Editline sources also include an `examples/`
|
||||||
|
sub-directory.
|
||||||
|
|
||||||
1. Build and install the library, preferably using a [release tarball][]
|
1. Build and install the library, preferably using a [release tarball][]
|
||||||
The configure script defaults to a `/usr/local` prefix.
|
The configure script defaults to a `/usr/local` prefix.
|
||||||
|
Loading…
Reference in New Issue
Block a user