Skip to content

Commit 9019ac6

Browse files
author
Hemerson Vianna
committed
update: readme
1 parent 0d3e2d1 commit 9019ac6

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

README.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,26 @@
33
[![licence mit](https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square)](http://hemersonvianna.mit-license.org/)
44
[![issues](https://img.shields.io/github/issues/brazilian-dev/workflow.svg?style=flat-square)](https://github.com/brazilian-dev/workflow/issues)
55

6+
## Install
7+
8+
- **Terminator**: sudo apt-get install terminator
9+
- **Git**: sudo apt-get install git
10+
- **Sublime Text**:
11+
sudo add-apt-repository ppa:webupd8team/sublime-text-3
12+
sudo apt-get update
13+
sudo apt-get install sublime-text-installer
14+
- **Spotify**:
15+
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys BBEBDCB318AD50EC6865090613B00F1FD2C19886
16+
echo deb http://repository.spotify.com stable non-free | sudo tee /etc/apt/sources.list.d/spotify.list
17+
sudo apt-get update
18+
sudo apt-get install spotify-client
19+
20+
- **Node.js**: sudo apt-get install nodejs-legacy
21+
- **NPM**: sudo apt-get install npm
22+
- **NVM**: curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.31.3/install.sh | bash
23+
- **Nginx**: sudo apt-get install nginx
24+
- **Java**: sudo apt-get install default-jre
25+
626
## Contributing
727

828
- Fork it!

0 commit comments

Comments
 (0)