mirror of
https://codeberg.org/unspeaker/perch.git
synced 2025-12-07 10:06:44 +01:00
Compare commits
No commits in common. "main" and "v1.0.0" have entirely different histories.
1 changed files with 0 additions and 22 deletions
22
README.md
22
README.md
|
|
@ -6,30 +6,8 @@ a tui music tagger based on [lofty](https://docs.rs/lofty) and
|
||||||
|
|
||||||
## installation
|
## installation
|
||||||
|
|
||||||
### download binary
|
|
||||||
|
|
||||||
see the [releases page](https://codeberg.org/unspeaker/perch/releases).
|
|
||||||
|
|
||||||
### build from source with cargo
|
|
||||||
|
|
||||||
install with cargo from source:
|
install with cargo from source:
|
||||||
|
|
||||||
```
|
```
|
||||||
cargo install --git https://codeberg.org/unspeaker/perch
|
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?
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue