hazelcast / hazelcast-cloud-cli

CLI for Hazelcast Cloud
Apache License 2.0
2 stars 5 forks source link

Linux installation instructions do not work #16

Open jerrinot opened 3 years ago

jerrinot commented 3 years ago
  https://github.com/hazelcast/hazelcast-cloud-cli/releases/latest/download/hzcloud-linux-amd64 \
  -O /usr/local/bin/hzcloud && chmod +x /usr/local/bin/hzcloud

assumes you are running it as a root. that's wrong, we should not advice running on behalf of root.

huseyinbabal commented 3 years ago

@jerrinot good catch, we will follow another way something like this, wdyt?