Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 594 Bytes

readme-paths.md

File metadata and controls

27 lines (17 loc) · 594 Bytes

Setting up Paths

Windows

<input needed, please insert helpful guide>

Unix

Please note that the steps below will differ depending on which shell you use.

Find location of the bin directory in your downloaded (and extracted) dragapult-app.zip file. Good place to put this in would be probably your home directory (mkdir ~/.dragapult).

Thereafter you need to export this path so the shell can find it.

Either once:

export PATH="$PATH:~/dragapult/bin"

Or on every log-on:

echo "export PATH=\"\$PATH:~/dragapult/bin\"" >> ~/.zshrc
source ~/.zshrc