From 840e6db3c6f2d1f7cc5b377f48e343255b6f004e Mon Sep 17 00:00:00 2001 From: Janek Bevendorff Date: Sun, 5 Oct 2014 01:20:47 +0200 Subject: [PATCH] Update out-of date information --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 33fcb68..6287818 100644 --- a/README.md +++ b/README.md @@ -95,7 +95,7 @@ All the client configuration options are defined in `/etc/rs-backup/client-confi rs-backup-run --help ## Installing client and server on the same machine -You can of course also install server and client on the same machine. This may be useful if you want, e.g. save your data to an external USB drive instead of a real NAS. A shortcut for running both `sudo make server-install` and `sudo make client-install` is simply running +You can of course also install server and client on the same machine. This may be useful if you want, e.g. save your data to an external USB drive instead of a real NAS. A shortcut for running both `sudo ./install server` and `sudo ./install client` is simply running sudo ./install all