tauri config & readme
This commit is contained in:
13
README.md
13
README.md
@ -65,6 +65,19 @@ To build the application and system packages, use
|
||||
$ yarn build
|
||||
```
|
||||
|
||||
Tauri desktop application:
|
||||
|
||||
```
|
||||
# install dependencies
|
||||
yarn
|
||||
|
||||
# develop
|
||||
yarn tauri dev
|
||||
|
||||
# build
|
||||
yarn tauri build
|
||||
```
|
||||
|
||||
### Translations
|
||||
|
||||
[](https://crowdin.com/project/snort)
|
||||
|
Reference in New Issue
Block a user