📅  最后修改于: 2022-03-11 14:53:37.977000             🧑  作者: Mango
#in your terminal, edit .bashrc
nano ~/.bashrc
#pass below command
export PATH="~/.config/composer/vendor/bin:$PATH"
#save file and restart terminal
source ~/.bashrc