From 40d0636865669588d6fa966912085ebe6735f31f Mon Sep 17 00:00:00 2001 From: hoellen Date: Wed, 3 Jun 2020 09:13:42 +0200 Subject: [PATCH] Update README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d3b5377..5b4cfc3 100644 --- a/README.md +++ b/README.md @@ -2,11 +2,11 @@ Here you can see my dotfiles, which I use in my everyday life. Not everything is perfect and complete, yet. -# Installation +## Installation -To install the dotfiles you need to be in your users home directory and clone the repository: +To install the dotfiles you need to be in your users home directory (`~/`) and clone the repository with the following steps: -``` +```shell git init git remote add origin https://code.hoellen.eu/hoellen/dotfiles.git git fetch