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