Install qleetctl¶
Use the following instructions to install the qleetctl
command line tool for
using Qleet.
-
Visit the releases page on GitHub and download:
-
checksums.txt
-
the latest pacakge for your computer's architecture
-
-
Verify the integrity of the downloaded package.
1
sha256sum -c --ignore-missing checksums.txt
- Extract
qleetctl
. The examples here are for version v0.1.0 and the Darwin ARM64 architecture. Adjust as necessary for the version and architecture you're using.1
tar xf qleetctl_v0.1.0_Darwin_arm64.tar.gz
- Move
qleetctl
to your path.1
sudo mv qleetctl_v0.1.0_Darwin_arm64/qleetctl /usr/local/bin/
- Check the version installed.
1
qleetctl version
- View help info.
1
qleetctl help
- Clean up.
1 2
rm checksums.txt qleetctl_v0.1.0_Darwin_arm64.tar.gz rm -rf qleetctl_v0.1.0_Darwin_arm64
Next Steps¶
Once you have qleetctl
installed, you should next follow our Qleet Account
guide to get your account set up.