Created
February 15, 2019 10:05
-
-
Save ruan65/3adc24d8e8e48b10be516939fc8a8c67 to your computer and use it in GitHub Desktop.
linux ubuntu useful commands
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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