From 6b0c034006f0c13cca146b82da312c1bea4f83fb 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(+) diff --git a/README.md b/README.md index 9add4ac..b127567 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