aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAnhgelus Morhtuuzh <william@herges.fr>2026-03-15 16:27:56 +0100
committerAnhgelus Morhtuuzh <william@herges.fr>2026-03-15 16:27:56 +0100
commitd9b66eb7a9a9135462e490e46244dcd1b71c7293 (patch)
treea237163516aac435d7dbb8c0c1cf5a5b639c698f /README.md
parent0fe92fb4b9344e76111e88b2c95cb8e7c5cc3f85 (diff)
docs(info): usage in readme
Diffstat (limited to 'README.md')
-rw-r--r--README.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/README.md b/README.md
index 03b197d..e4421bc 100644
--- a/README.md
+++ b/README.md
@@ -1 +1,14 @@
# go-human.json
+
+Simple implementation of [`human.json`](https://codeberg.org/robida/human.json) in Go.
+
+## Usage
+
+Install with:
+```bash
+go get -u git.anhgelus.world/anhgelus/go-human.json
+```
+
+Type `Human` represents the JSON file.
+
+You can get the URL of the `human.json` referenced by a link tag with `GetURLFromHTML`.