Skip to content

Commit

Permalink
Mention ncurses in README
Browse files Browse the repository at this point in the history
Refs #65.
  • Loading branch information
threema-danilo committed Jul 5, 2019
1 parent 3862fb7 commit 85c1938
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,9 @@ Then run `clippy` through nightly cargo:

## Example Client

There is an example chat client at `examples/chat/main.rs`. You can invoke it both as
initiator or responder.
There is an example chat client at `examples/chat/main.rs`. You can invoke it
both as initiator or responder. Note that you need to have libncurses installed
on your system for the chat example to work.

If you start the chat as initiator, the signaling path and auth token will be
randomly generated and printed:
Expand Down

0 comments on commit 85c1938

Please sign in to comment.