Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Installation

There are a few ways to install this project:

# Clone the repository
git clone https://github.com/dthfan2007/RustNoteApp
cd RustNoteApp/notes_app

# Build and run in development mode
cargo run

# Or build optimized release version
cargo build --release
./target/release/secure-notes-app

Alternatively, you can also install the exe directly via cargo

cargo install rust_notes_app

This installs the .exe to C:\Users\[Your Username]\.cargo\bin\rust_notes_app.exe, on Windows.


Or, you can directly install the .msi Installer that you can find here. Just download the latest version of the Installer and follow the instructions.