root: remove outdated launch instructions
Change-Id: Ic9c85406c7ed429027de6bf01ae217ab8fcc6edc
Reviewed-on: https://review.monogon.dev/c/monogon/+/2796
Reviewed-by: Serge Bazanski <serge@monogon.tech>
Tested-by: Jenkins CI
diff --git a/README.md b/README.md
index e8b8ec9..57c2a4d 100644
--- a/README.md
+++ b/README.md
@@ -19,27 +19,7 @@
## Monogon OS
-The source code lives in `//metropolis` (Metropolis is the codename of Monogon OS).
+The source code lives in [`//metropolis`](./metropolis) (Metropolis is the codename of Monogon OS).
-See the `//metropolis/README.md` for a developer quick start guide, or see
+See the [`//metropolis/README.md`](./metropolis/README.md) for a developer quick start guide, or see
the [Monogon OS Handbook](https://docs.monogon.dev/metropolis-v0.1/handbook/index.html) for user documentation.
-
-### Run a single node demo cluster
-
-Build CLI and node image:
-
- bazel build //metropolis/cli/dbg //:launch --config dbg
-
-Launch an ephemeral test node:
-
- bazel test //:launch --config dbg --test_output=streamed
-
-Run a kubectl command while the test is running:
-
- bazel-bin/metropolis/cli/dbg/dbg_/dbg kubectl describe node
-
-### Test suite
-
-Run full test suite:
-
- bazel test --config dbg //...