Skip to content

Commit

Permalink
add cmake instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
felixroos committed Oct 2, 2023
1 parent e818ca9 commit f089037
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src-tauri/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ Rust source files for building native desktop apps using Tauri

## Usage

Install [Rust](https://rustup.rs/) on your system.
- Install [Rust](https://rustup.rs/) on your system.
- Install `cmake` on your system. OSX: `brew install cmake`, Linux: `sudo apt-get install cmake`

From the project root:

Expand Down

0 comments on commit f089037

Please sign in to comment.