From baa16c4b88b87cf13dbe1ae72bb9500f1fd71b26 Mon Sep 17 00:00:00 2001 From: Brett Tofel Date: Mon, 9 Sep 2024 13:49:06 -0400 Subject: [PATCH 1/2] Document tilt-support install --- tilt.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/tilt.md b/tilt.md index d1bd64cab..da0e7a354 100644 --- a/tilt.md +++ b/tilt.md @@ -32,6 +32,15 @@ operator-controller requires their own Tiltfiles, before proceeding. If you want to use Tilt, make sure you specify a unique `--port` flag to each `tilt up` invocation. +## Install tilt-support Repo, one level up +You must install the tilt-support repo one level up from this repo + +```bash +pushd .. +git clone https://github.com/operator-framework/tilt-support +popd +```` + ## Starting Tilt This is typically as short as: From a9583e1fe2fcb0c9984d2ec3d9e09fb2585ab0b6 Mon Sep 17 00:00:00 2001 From: Brett Tofel Date: Tue, 10 Sep 2024 07:55:14 -0400 Subject: [PATCH 2/2] Improve text of tilt-support notice Signed-off-by: Brett Tofel --- tilt.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tilt.md b/tilt.md index da0e7a354..2afac070c 100644 --- a/tilt.md +++ b/tilt.md @@ -32,8 +32,8 @@ operator-controller requires their own Tiltfiles, before proceeding. If you want to use Tilt, make sure you specify a unique `--port` flag to each `tilt up` invocation. -## Install tilt-support Repo, one level up -You must install the tilt-support repo one level up from this repo +## Install tilt-support Repo +You must install the tilt-support repo at the directory level above this repo ```bash pushd ..