From 0d690f1005e14de6e38567e0b80fe28d2dfc8407 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Tue, 25 Jun 2024 01:15:36 +0000 Subject: docs(readme): add example usage --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 13e0f09..6dd6571 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,19 @@ Gigi is a Finger protocol server with few features. ## Usage +A live, production deployment of Gigi exists at +[`finger://fuwn.me`](finger://fuwn.me). Feel free to poke and prod at it as you +wish. + +You can use a Finger client like [finger](https://github.com/reiver/finger) to +send requests, or you could use the old reliable `telnet` or `nc` commands. + +```bash +$ finger fuwn.me +$ telnet fuwn.me +$ echo -e "" | nc fuwn.me 79 +``` + ### Local ```bash -- cgit v1.2.3