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