update readme

This commit is contained in:
Inhji 2019-12-10 00:06:53 +01:00
parent da17c44130
commit 0fd8b68141
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
# Essential Packages # Essential Packages
```bash ```bash
apt install git zsh apt install git zsh inotify-tools borgbackup
``` ```
# Setup SSH # Setup SSH

View File

@ -8,7 +8,7 @@ How to install
```bash ```bash
# install zsh first # install zsh first
sudo apt install zsh sudo apt install zsh git
# do the dance # do the dance
git clone https://git.inhji.de/inhji/dotfiles.git .dotfiles git clone https://git.inhji.de/inhji/dotfiles.git .dotfiles