-
Notifications
You must be signed in to change notification settings - Fork 0
Installation
Julian Schumacher edited this page May 22, 2022
·
1 revision
- Download the Tool from the Releases Section of this repository.
- Store the App in a Directory of your Choice.
- Open your terminal
- Type in:
vim .zshrc - Press I
- Copy and Insert the Following:
export CRAID_DIR="[path/to/the/Craid/Tool]" - Add the CRAID_DIR Variable to your PATH
7.1 If you already export a custom PATH, add the CRAID_DIR Variable to it
7.2 If you're not already exporting a custom PATH, copy and insert this underneath the CRAID_DIR Variable:
export PATH="$PATH:$CRAID_DIR" - Type
:wq - Type
source .zshrcor close and reopen your Terminal
You're ready to use Craid
© Julian Schumacher 2022