From 3c8233016c5dac0a415a5cc67badc18b009b900a Mon Sep 17 00:00:00 2001 From: Kira Malinova Date: Sun, 24 Jul 2022 01:00:23 +0300 Subject: [PATCH] Add missing bazel run subcommand (#1623) --- installers/local/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installers/local/README.md b/installers/local/README.md index 5319e6c8fdb1..1e3d14059896 100644 --- a/installers/local/README.md +++ b/installers/local/README.md @@ -27,7 +27,7 @@ bazel run -c opt //installers/local:install \ To uninstall, run: ```shell -bazel //installers/local:uninstall +bazel run //installers/local:uninstall ``` The build mode is important for installs, as debug versions may be installed. It