diff options
| author | Fuwn <[email protected]> | 2024-10-10 21:05:15 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-10-10 21:08:35 -0700 |
| commit | 89a073b2e7590c2816c313567cf0ad4781e0ae0d (patch) | |
| tree | 5dcf79c7e50d1c52cb5d185e00b64679076529f5 /README.md | |
| parent | d2deec027a60b42cc8451e250e8939f8f472c270 (diff) | |
| download | yae-89a073b2e7590c2816c313567cf0ad4781e0ae0d.tar.xz yae-89a073b2e7590c2816c313567cf0ad4781e0ae0d.zip | |
refactor!: wiene -> yae
It's far too easy to type wine.
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -1,12 +1,12 @@ -# 🦖 Wiene +# ⛩️ Yae -Wiene is a simple dependency manager for use with Nix, similar to [niv](https://github.com/nmattia/niv/) +Yae is a simple dependency manager for use with Nix, similar to [niv](https://github.com/nmattia/niv/) 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/wiene`! +`nix run github:Fuwn/yae`! ## Installation @@ -16,10 +16,10 @@ Follow the installation instructions at [Tsutsumi](https://github.com/Fuwn/tsuts ```text NAME: - wiene - Nix Dependency Manager + yae - Nix Dependency Manager USAGE: - wiene [global options] command [command options] + yae [global options] command [command options] DESCRIPTION: Nix Dependency Manager @@ -34,7 +34,7 @@ COMMANDS: help, h Shows a list of commands or help for one command GLOBAL OPTIONS: - --sources value Sources path (default: "./wiene.json") + --sources value Sources path (default: "./yae.json") --help, -h show help COPYRIGHT: |