docs: add single command installation and uninstallation
This commit is contained in:
parent
947c7f949d
commit
ccc2b46580
1 changed files with 14 additions and 0 deletions
14
README.md
14
README.md
|
|
@ -253,6 +253,20 @@ Flexible typing: type the full syllable, then add marks/tone keys at the end. Ex
|
|||
|
||||
## Installation
|
||||
|
||||
### Single Command (from Source)
|
||||
|
||||
To install or update Viet+ from the latest source in a single command, run:
|
||||
|
||||
```bash
|
||||
git clone https://git.khoavo.myds.me/vndangkhoa/vietc.git /tmp/vietc && cd /tmp/vietc && sudo ./install.sh
|
||||
```
|
||||
|
||||
To **uninstall** in a single command, run:
|
||||
|
||||
```bash
|
||||
curl -sSL https://git.khoavo.myds.me/vndangkhoa/vietc/raw/branch/main/uninstall.sh | sudo bash
|
||||
```
|
||||
|
||||
### Debian Package (recommended)
|
||||
|
||||
System tray icon + daemon + desktop entry. Requires user to be in the `input` group for keyboard capture.
|
||||
|
|
|
|||
Loading…
Reference in a new issue