Skip to content

Installation

Julian Schumacher edited this page May 22, 2022 · 1 revision

Installation Guide

  1. Download the Tool from the Releases Section of this repository.
  2. Store the App in a Directory of your Choice.
  3. Open your terminal
  4. Type in: vim .zshrc
  5. Press I
  6. Copy and Insert the Following: export CRAID_DIR="[path/to/the/Craid/Tool]"
  7. 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"
  8. Type :wq
  9. Type source .zshrc or close and reopen your Terminal

You're ready to use Craid

Clone this wiki locally