From 1880d2274710607e3f6e1bac86cb03be6cb839d8 Mon Sep 17 00:00:00 2001 From: Fernando Schauenburg Date: Tue, 3 Apr 2018 22:38:44 +0000 Subject: [PATCH] Update README.md --- README.md | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 4c393f0..431d1d2 100644 --- a/README.md +++ b/README.md @@ -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): - sudo add-apt-repository ppa:martin-frost/thoughtbot-rcm - sudo apt-get update - sudo apt-get install rcm + ```bash + sudo add-apt-repository ppa:martin-frost/thoughtbot-rcm + sudo apt-get update + sudo apt-get install rcm + ``` 2. Install the dotfiles: - env RCRC=$HOME/.dotfiles/rcrc rcup - + ```bash + env RCRC=$HOME/.dotfiles/rcrc rcup + ```