Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
maximbaz committed Feb 18, 2025
1 parent 6c7fe26 commit d8f5616
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Use one of the available packages and methods below:

If you want to build the app yourself, make sure you use latest stable Rust, otherwise you might get compilation errors! Using `rustup` is perhaps the easiest. Ubuntu needs the following dependencies: `sudo apt-get -y install v4l-utils libv4l-dev libudev-dev libvulkan-dev libdbus-1-dev`.

Then simply run `carbo build --locked --release` and the binary will be placed into `./target/release/wluma`.
Then simply run `cargo build --locked --release` and the binary will be placed into `./target/release/wluma`.

## Permissions

Expand Down

0 comments on commit d8f5616

Please sign in to comment.