From 38504677d32c62bfcf858c7131c5496972396ef3 Mon Sep 17 00:00:00 2001 From: suvanbanerjee Date: Thu, 18 Apr 2024 21:16:02 +0530 Subject: [PATCH] converted --uninstall to codeblock --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 309e794e..a021c46c 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ Few scenarios are available as example in the [scenarios](https://github.com/Ope ## Uninstall -To uninstall Open Voice OS run the installer with the --uninstall option (non-interactive) or simply run the installer and answer `Yes` to the `Do you want to uninstall Open Voice OS?` question. +To uninstall Open Voice OS run the installer with the `--uninstall` option (non-interactive) or simply run the installer and answer `Yes` to the `Do you want to uninstall Open Voice OS?` question. ```shell sh -c "curl -s https://raw.githubusercontent.com/OpenVoiceOS/ovos-installer/main/installer.sh -o installer.sh && chmod +x installer.sh && sudo ./installer.sh --uninstall && rm installer.sh