From d1615920ec3e4746d7c17176b0a44838abd0de16 Mon Sep 17 00:00:00 2001 From: Anpleenko Alexander Date: Wed, 24 Sep 2025 08:17:05 +0300 Subject: [PATCH] change readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2f027c3..511e53a 100644 --- a/README.md +++ b/README.md @@ -6,10 +6,10 @@ This project maintains a list of directories and files you probably do not need ``` # download to `.rsync-ignore` wget https://gitaly.ru/anpleenko/rsync/raw/branch/main/.rsync-ignore -O .rsync-ignore +curl https://gitaly.ru/anpleenko/rsync/raw/branch/main/.rsync-ignore > .rsync-ignore # or clone and copy to `.rsync-ignore` git clone https://gitaly.ru/anpleenko/rsync -cd rsync-homedir-excludes -cp rsync-homedir-excludes.txt .rsync-ignore +cd rsync # edit the file .rsync-ignore to your needs nano .rsync-ignore