We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Just putting this here to potentially save you some time
Install Rust make sure it's in your PATH, have to do that manually when using the Fish shell 1
Install Tauri CLI cargo install tauri-cli and now you can run cargo tauri dev
cargo install tauri-cli
cargo tauri dev
Before that you still have to install the other dependencies as listed in the Makefile:
git submodule update --init npm install --include=dev
Thanks @sotch-pr35mac this app looks great!!
(add fish_add_path $HOME/.cargo/bin to ~/.config/fish/config.fish) ↩
fish_add_path $HOME/.cargo/bin
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Just putting this here to potentially save you some time
Install Rust make sure it's in your PATH, have to do that manually when using the Fish shell 1
Install Tauri CLI
cargo install tauri-cli
and now you can runcargo tauri dev
Before that you still have to install the other dependencies as listed in the Makefile:
Thanks @sotch-pr35mac this app looks great!!
Footnotes
(add
fish_add_path $HOME/.cargo/bin
to ~/.config/fish/config.fish) ↩The text was updated successfully, but these errors were encountered: