From b31f4c8c45f1728017c47f443bb91476e9785f36 Mon Sep 17 00:00:00 2001 From: arabian Date: Mon, 10 Feb 2025 17:40:10 +0300 Subject: [PATCH] Update README.md --- README.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a5d46ab..baef173 100644 --- a/README.md +++ b/README.md @@ -19,8 +19,13 @@ This is a simple soundpad application written in Rust using egui for the GUI, pi 1. **Rust and Cargo:** Ensure you have Rust and Cargo installed. You can install them from [https://www.rust-lang.org/tools/install](https://www.rust-lang.org/tools/install). 2. **Dependencies:** This project requires PipeWire to be installed on your system. The specific installation steps will depend on your distribution. -3. **Clone the Repository:** Clone this repository to your local machine. -4. **Build:** Navigate to the project directory in your terminal and run `cargo build --release`. +3. Run `cargo install pwsp`. Now you have PWSP installed on your system (`which pwsp`). + +## Building without installing + +1. **Clone the Repository:** Clone this repository to your local machine with `git clone https://github.com/arabianq/pipewire-soundpad` +2. **Build:** Navigate to the project directory in your terminal and run `cargo build --release`. +3. Now the binary is available in the *target* directory. ## Usage @@ -45,4 +50,4 @@ Contributions are welcome! Please open an issue or submit a pull request. ## License -[MIT](LICENSE) \ No newline at end of file +[MIT](LICENSE)