jozu-ai / kitops

Tools for easing the handoff between AI/ML and App/SRE teams.
https://KitOps.ml
Apache License 2.0
266 stars 26 forks source link

Slight inaccuracy in the installation instruction for mac #375

Closed bhattbhuwan13 closed 1 week ago

bhattbhuwan13 commented 1 week ago

Describe the bug The documentation for the installation of Kit cli on a mac instructs users to move the entire folder to /usr/local/bin. Only the kit executable should be moved.

To Reproduce N/A

Version

Additional context

The current documentation reads,

Once the file is downloaded, open your Finder and double-click the .zip file to unpack it. Then select the unpacked folder and move it to /usr/local/bin.

Instead, it should be:

Once the file is downloaded, open your Finder and double-click the zip' file to unpack it. Then select the executable file named kit from unpacked folder and move it to /usr/local/bin'.