Add missing bazel run subcommand (#1623)

This commit is contained in:
Kira Malinova
2022-07-23 15:00:23 -07:00
committed by GitHub
parent 9287c825eb
commit 3c8233016c
+1 -1
View File
@@ -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