welisheva22
welisheva22
documentation
I noticed in the file [clusterlink](https://github.com/clusterlink-net/clusterlink/tree/main)/[hack](https://github.com/clusterlink-net/clusterlink/tree/main/hack) /install_clusterlink.sh there is code: if [ "${VERSION}" = "" ] ; then VERSION="latest" url="https://github.com/clusterlink-net/clusterlink/releases/${VERSION}/download/${filename}" fi This made me wonder, is it possible that version...
Hello: looked into this further day. In the file: https://github.com/clusterlink-net/clusterlink/releases/latest/download/clusterlink.sh which is what I used to try installing, I noticed the following code: # Detrmine the OS architecture. OS_ARCH=$(uname -m)...
Thanks - then might it make sense to include both versions in the documentation, if some environments do use bin? How do you think we should handle this?
Sure - added another commit with the second command option, please review. Thank you.