From 0fd8b68141d0a6df077426470cc6d541b6661a86 Mon Sep 17 00:00:00 2001 From: Inhji Date: Tue, 10 Dec 2019 00:06:53 +0100 Subject: [PATCH] update readme --- POSTINSTALL.md | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/POSTINSTALL.md b/POSTINSTALL.md index 0299bc4..e251efb 100644 --- a/POSTINSTALL.md +++ b/POSTINSTALL.md @@ -1,7 +1,7 @@ # Essential Packages ```bash -apt install git zsh +apt install git zsh inotify-tools borgbackup ``` # Setup SSH diff --git a/README.md b/README.md index c88d543..3a1268a 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ How to install ```bash # install zsh first -sudo apt install zsh +sudo apt install zsh git # do the dance git clone https://git.inhji.de/inhji/dotfiles.git .dotfiles