deha/dha

deha arcanist 工具

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

This package is not auto-updated.

Last update: 2024-09-20 22:43:19 UTC


README

用法

您可以使用 Composer 将此库添加为本地项目依赖项

composer global require deha/dha

配置环境变量

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