From 21bb0535ee1909bf8b0343e5641b80d3f752817b Mon Sep 17 00:00:00 2001 From: Erik Westrup Date: Sat, 5 Feb 2022 15:56:32 +0100 Subject: [PATCH] Note about make needing to be GNU make --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dc16f3e..9375c4d 100644 --- a/README.md +++ b/README.md @@ -34,8 +34,8 @@ Nevertheless the project should work out of the box, be minimal but still open t # Requirements * `restic >=v0.9.6` -* (recommended) `make` if you want an automated install - * Arch: part of the `base-devel` meta package, Debian/Ubuntu: part of the `build-essential` meta package, macOS: preinstalled make works) +* (recommended) GNU `make` if you want an automated install + * Arch: part of the `base-devel` meta package, Debian/Ubuntu: part of the `build-essential` meta package, macOS: use the preinstalled or a more recent with Homebrew) # TL;DR Setup 1. Create B2 credentials as instructed [below](#1-create-backblaze-b2-account)