segunda-feira, 30 de maio de 2016

HOW TO INSTALL BRACKETS EDITOR ON LINUX

# Add the apt source of brackets:
sudo add-apt-repository ppa:webupd8team/brackets

# Do a update before:
sudo apt-get update

# Install the program
sudo apt-get install brackets

#If you want to remove Brackets
sudo add-apt-repository ppa:webupd8team/brackets --remove
sudo apt-get remove Brackets
sudo apt-get autoremove

Obs. Tested on Ubuntu 12.04 x64

Um comentário: