Update README.md

This commit is contained in:
Fernando Schauenburg 2018-04-03 22:38:44 +00:00
parent b0471cc9b1
commit 1880d22747

View file

@ -1,12 +1,15 @@
Getting started (see https://github.com/thoughtbot/rcm#installation): # Getting started
1. Install rcm: 1. Install [rcm](https://github.com/thoughtbot/rcm#installation):
```bash
sudo add-apt-repository ppa:martin-frost/thoughtbot-rcm sudo add-apt-repository ppa:martin-frost/thoughtbot-rcm
sudo apt-get update sudo apt-get update
sudo apt-get install rcm sudo apt-get install rcm
```
2. Install the dotfiles: 2. Install the dotfiles:
```bash
env RCRC=$HOME/.dotfiles/rcrc rcup env RCRC=$HOME/.dotfiles/rcrc rcup
```