Hi Folks, How to install <lakectl> via command lin...
# help
u
Hi Folks, How to install lakectl via command line ?
u
Hi Aapta, You can only download the lakectl binary
u
You can of course automate that download with e.g
Copy code
wget <https://github.com/treeverse/lakeFS/releases/download/v0.89.0/lakeFS_0.89.0_Linux_x86_64.tar.gz> -O - | tar -xz
u
You can get the binary from the releases page, make sure you grab the one that matches your architecture and OS
u
Which one i can use for mac m1 ?
u
That would be the one ending with
Darwin_arm64.tar.gz
u
Thanks Oz 🙂