From 7b67edfc532176b1ee8bf2bd35b488943bb1a0d1 Mon Sep 17 00:00:00 2001 From: Nicco Date: Sun, 21 Jan 2018 14:34:36 +0100 Subject: [PATCH] Update README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index ef43d53..a1367b2 100644 --- a/README.md +++ b/README.md @@ -31,16 +31,16 @@ All the snapshots are timestamped and you can delete all the old ones if you lik - `Python3` - `rsync` (min. v3.1.1) -###### macOS +##### macOS -1. Get [Brew](https://brew.sh/): `/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"` +1. Install [Brew](https://brew.sh/) if not already 2. Run: `brew install python3 rsync` -###### debian / ubuntu +##### debian / ubuntu -1. `apt install -y python3 rsync` +Run: `apt install -y python3 rsync` -###### windows +##### windows Well... I don't know...