Skip to content

Commit bb5eec5

Browse files
authored
📖 [Docs] Document tilt-support install (#1236)
* Document tilt-support install * Improve text of tilt-support notice Signed-off-by: Brett Tofel <[email protected]> --------- Signed-off-by: Brett Tofel <[email protected]>
1 parent b29544b commit bb5eec5

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

tilt.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,15 @@ operator-controller requires
3232
their own Tiltfiles, before proceeding. If you want to use Tilt, make sure you specify a unique `--port` flag to each
3333
`tilt up` invocation.
3434

35+
## Install tilt-support Repo
36+
You must install the tilt-support repo at the directory level above this repo
37+
38+
```bash
39+
pushd ..
40+
git clone https://github.com/operator-framework/tilt-support
41+
popd
42+
````
43+
3544
## Starting Tilt
3645

3746
This is typically as short as:

0 commit comments

Comments
 (0)