We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b29544b commit bb5eec5Copy full SHA for bb5eec5
tilt.md
@@ -32,6 +32,15 @@ operator-controller requires
32
their own Tiltfiles, before proceeding. If you want to use Tilt, make sure you specify a unique `--port` flag to each
33
`tilt up` invocation.
34
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
44
## Starting Tilt
45
46
This is typically as short as:
0 commit comments