diff options
| author | Fuwn <[email protected]> | 2024-10-11 05:23:04 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-10-11 05:23:04 +0000 |
| commit | ca12e53acdba0db2fd42ec26c2375a28c2b3134a (patch) | |
| tree | e29af9712230bf40823a168f29f252e98201747d | |
| parent | feat(yae): unpack by default (diff) | |
| download | yae-ca12e53acdba0db2fd42ec26c2375a28c2b3134a.tar.xz yae-ca12e53acdba0db2fd42ec26c2375a28c2b3134a.zip | |
docs(readme): add introduction section
| -rw-r--r-- | README.md | 9 |
1 files changed, 7 insertions, 2 deletions
@@ -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 |