deha/dha

deha arcanist tool

v1.0.0 2020-08-13 10:26 UTC

This package is not auto-updated.

Last update: 2024-10-04 22:49:54 UTC


README

Usage

You can add this library as a local, per-project dependency to your project using Composer:

composer global require deha/dha

Configure Environment Variables

1. Edit ~/.bash_profile file:
       $ nano ~/.bash_profile
2. Add the following lines:
       export PATH="$PATH:~/.config/composer/vendor/bin/"
3. Type the following command:
       $  source ~/.bash_profile       //reload file .bash_profile