Open Terminal and Type:
vim $HOME/.zshrc
After that, we need to edit that file!
Press command I
Now on a new line Type:
export PATH="$PATH:/YOUR_FILE_PATH/flutter/bin Don't forget to update YOUR_FILE_PATH!
Now press `esc`
Now type `:wq!` to exit
Now restart your terminal
Open Terminal and Type:
vim $HOME/.zshrc
After that, we need to edit that file!
Press command <kbd>I</kbd>
Now on a new line Type:
export PATH="$PATH:/YOUR_FILE_PATH/flutter/bin
Don't forget to update YOUR_FILE_PATH!
Now press esc
Now type `:wq!` to exit
Now restart your terminal