ziti icon indicating copy to clipboard operation
ziti copied to clipboard

quickstarts source things like shell functions and compose files from release-next instead of main

Open qrkourier opened this issue 3 years ago • 0 comments

https://openziti.github.io/docusaurus/docs/quickstarts/network/hosted guides the expressInstall user to source shell functions from branch "release-next" instead of the release branch "main".

The command should be:

source <(curl -s https://raw.githubusercontent.com/openziti/ziti/main/quickstart/docker/image/ziti-cli-functions.sh)

qrkourier avatar Sep 28 '22 13:09 qrkourier