GlobalProtect-openconnect/README.md
2023-06-25 01:26:25 +08:00

26 lines
275 B
Markdown

## Development
### Build the service
```sh
# Build the client first
cargo build -p gpclient
# Build the service
cargo build -p gpservice
```
### Start the service
```sh
sudo ./target/debug/gpservice
```
### Start the GUI
```sh
cd gpgui
pnpm install
pnpm tauri dev
```