diff options
| author | Fuwn <[email protected]> | 2024-06-25 01:15:36 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-06-25 01:15:36 +0000 |
| commit | 0d690f1005e14de6e38567e0b80fe28d2dfc8407 (patch) | |
| tree | 4e43bb2e5cbf9fb47ef694ddca13a8e6eb8dc213 | |
| parent | feat(gigi.c): fallback to default (diff) | |
| download | gigi-0.1.0.tar.xz gigi-0.1.0.zip | |
docs(readme): add example usagev0.1.0
| -rw-r--r-- | README.md | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -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 |