You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: