Improve docs for updater signing CLI usage (#3881)

This commit is contained in:
Joep Meindertsma 2022-04-19 01:56:02 +02:00 committed by GitHub
parent 822b038c3e
commit c4320ed1bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -407,6 +407,8 @@
//! To generate your keys you need to use the Tauri cli.
//!
//! ```bash
//! # Generate the keys, follow the instructions
//! tauri signer generate
//! tauri signer sign -g -w ~/.tauri/myapp.key
//! ```
//!