From 7f5a677e80f93921516e597c8aa231077c862b42 Mon Sep 17 00:00:00 2001 From: f <f@sutty.nl> Date: Sat, 30 Apr 2022 12:47:03 -0300 Subject: [PATCH] update readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 711c33a..914f5d4 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,8 @@ Jekyll copies static files and duplicates storage use. Hard links point to the same file instead of making copies, thus saving storage. **This plugin only works on file systems that support hard links.** It -won't work if you're generating the site in another filesystem, since -cross-filesystem hard links aren't possible. +will fallback to copying files if you're generating the site in another +filesystem, since cross-filesystem hard links aren't possible. ## Installation -- GitLab