Update README

This commit is contained in:
hoellen 2020-06-03 09:13:42 +02:00
parent c586b71d54
commit 40d0636865

View File

@ -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