diff --git a/src/layouts/shortcodes/subctl-install.html b/src/layouts/shortcodes/subctl-install.html index 0f37aebb5..6c91736b1 100644 --- a/src/layouts/shortcodes/subctl-install.html +++ b/src/layouts/shortcodes/subctl-install.html @@ -6,9 +6,10 @@ echo export PATH=\$PATH:~/.local/bin >> ~/.profile ``` -If you have Go installed, you can use that instead: +If you have Go and the [source code](https://github.com/submariner-io/submariner-operator), you can build and install subctl instead: ```bash +cd go/src/submariner-io/submariner-operator go install github.com/submariner-io/submariner-operator/pkg/subctl ```