Skip to content

add instruction to build the binary on debian to README.md #16

Open
@freddii

Description

@freddii

install cargo:
sudo apt install cargo

a) create the binary:
git clone https://github.com/Soft/xcolor
cd xcolor
make

after that the build binary is located in ./target/release/xcolor

b) or create a deb file:
cargo install cargo-deb
git clone https://github.com/Soft/xcolor
cd xcolor
cargo deb
after that the build deb file is located in ./target/debian/xcolor_0.5.0_amd64.deb

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions