aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-10-11 05:23:04 +0000
committerFuwn <[email protected]>2024-10-11 05:23:04 +0000
commitca12e53acdba0db2fd42ec26c2375a28c2b3134a (patch)
treee29af9712230bf40823a168f29f252e98201747d
parentfeat(yae): unpack by default (diff)
downloadyae-ca12e53acdba0db2fd42ec26c2375a28c2b3134a.tar.xz
yae-ca12e53acdba0db2fd42ec26c2375a28c2b3134a.zip
docs(readme): add introduction section
-rw-r--r--README.md9
1 files changed, 7 insertions, 2 deletions
diff --git a/README.md b/README.md
index 56c9655..7094041 100644
--- a/README.md
+++ b/README.md
@@ -5,8 +5,13 @@ and [`npins`](https://github.com/andir/npins/).
I made it to solve my own problems, but I hope it can help you too.
-Try it out without installing anything permanently by running
-`nix run github:Fuwn/yae`!
+## Introduction
+
+You can try out Yae without installing anything permanently by running
+`nix run github:Fuwn/yae`.
+
+Additionally, [Tsutsumi](https://github.com/Fuwn/tsutsumi) uses Yae to manage
+dependencies. You can check out a working implementation there.
## Installation