Skip to content

Instantly share code, notes, and snippets.

@ruan65
Created February 15, 2019 10:05
Show Gist options
  • Save ruan65/3adc24d8e8e48b10be516939fc8a8c67 to your computer and use it in GitHub Desktop.
Save ruan65/3adc24d8e8e48b10be516939fc8a8c67 to your computer and use it in GitHub Desktop.
linux ubuntu useful commands
# add path example
echo 'export PATH="$PATH:/usr/lib/dart/bin"' >> ~/.bashrc
source .bashrc
# install dart https://www.dartlang.org/tools/sdk#install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment