Skip to content

Instantly share code, notes, and snippets.

@erluxman
Created June 2, 2020 06:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save erluxman/a72bf3a96b3b045b7c7a40d7fcf7aeb4 to your computer and use it in GitHub Desktop.
Save erluxman/a72bf3a96b3b045b7c7a40d7fcf7aeb4 to your computer and use it in GitHub Desktop.
Installling flutetr
#If you are using zsh:
echo "\nexport PATH="\$PATH:`pwd`/flutter/bin"">>~/.zshrc ; source ~/.zshrc
#If you are using bash:
echo "\nexport PATH="\$PATH:`pwd`/flutter/bin"">>~/.bashrc ; source ~/.bashrc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment