modify README
parent
9a44550e2e
commit
68e0858177
|
|
@ -16,13 +16,13 @@ GUI is build with *tauri* and *vite+vue*, using *pnpm* as package manager.
|
||||||
|
|
||||||
1. Install node packages.
|
1. Install node packages.
|
||||||
|
|
||||||
```
|
```bash
|
||||||
pnpm install
|
pnpm install
|
||||||
```
|
```
|
||||||
2. Build project
|
2. Build project
|
||||||
|
|
||||||
```
|
```bash
|
||||||
pnpm tauri build
|
pnpm tauri build --no-bundle
|
||||||
```
|
```
|
||||||
|
|
||||||
### Combination
|
### Combination
|
||||||
|
|
@ -31,7 +31,7 @@ Copy libracy and place in the same directory with executable file.
|
||||||
|
|
||||||
## Releases
|
## Releases
|
||||||
|
|
||||||
See [Release](https://github.com/RogerChen2005/wallitor/releases)
|
See [Release](https://github.com/RogerChen2005/wallitor/releases)
|
||||||
|
|
||||||
## Contributions
|
## Contributions
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue