Set up the Genie CLI on your local machine
genie
binary to /usr/local/bin
to make it accessible from anywhere in your terminal:
tar.gz
format.
~/Downloads
) and extract the genie
binary from the tar.gz
archive using the following command:
genie
binary to /usr/local/bin
to make it accessible from anywhere in your terminal. You may need to prefix these commands with sudo for superuser access:Downloads
folder, right-click on it, and select “Extract All…”
to extract the genie.exe
file. Choose a location that is easy for you to remember.
genie.exe
to a directory that’s in your system’s PATH
, such as C:\Windows\System32
for system-wide access, or another directory of your choice (e.g., C:\Tools
). If you use a custom directory, ensure it’s added to your system’s PATH
. For example, to move genie.exe
to C:\Tools
and add it to your PATH
:
PATH
, you’ll need to restart Command Prompt or any other applications to recognize the new PATH
settings.