From ccc2b465808c590b66ad14941405b8501d9b691c Mon Sep 17 00:00:00 2001 From: Khoa Vo Date: Mon, 29 Jun 2026 20:35:11 +0700 Subject: [PATCH] docs: add single command installation and uninstallation --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index f7183af..1d8c59a 100644 --- a/README.md +++ b/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.