From 339c0a9452dd5b8273cf9e55dbc4cc452653343b Mon Sep 17 00:00:00 2001 From: zjosua Date: Mon, 6 Jan 2020 18:30:11 +0100 Subject: [PATCH] Add rsync to requirements --- README.development | 1 + 1 file changed, 1 insertion(+) diff --git a/README.development b/README.development index 1a14d79d5..ba7addfa5 100644 --- a/README.development +++ b/README.development @@ -20,6 +20,7 @@ To start, make sure you have the following installed: - rustup (https://rustup.rs/) - gettext - rename + - rsync The build scripts assume a UNIX-like environment, so on Windows you will need to use WSL or Cygwin to use them.