From 88be115935b2950b15670526d201cf517f247969 Mon Sep 17 00:00:00 2001 From: unspeaker Date: Sun, 27 Apr 2025 23:09:48 +0300 Subject: [PATCH] add install instructions to README --- README.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/README.md b/README.md index 15005e9..45a1e5e 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,30 @@ a tui music tagger based on [lofty](https://docs.rs/lofty) and ## installation +### download binary + +see the [releases page](https://codeberg.org/unspeaker/perch/releases). + +### build from source with cargo + install with cargo from source: ``` cargo install --git https://codeberg.org/unspeaker/perch ``` + +### build from source with docker + +compile static build in docker: + +``` +git clone https://codeberg.org/unspeaker/perch # obtain source +cd perch # enter directory +cat bin/release-glibc.sh # preview build script +sudo bin/release-glibc.sh # run build script +sudo cp bin/perch /usr/local/bin/perch # install +``` + +### build from source with nix + +how?