mirror of
https://github.com/arabianq/pipewire-soundpad.git
synced 2026-04-28 06:21:23 +00:00
Update README.md
This commit is contained in:
@@ -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)
|
||||
[MIT](LICENSE)
|
||||
|
||||
Reference in New Issue
Block a user