From 4a7633ab997e2cb8f54ae8341c840826c9593840 Mon Sep 17 00:00:00 2001 From: ed Date: Thu, 2 Feb 2023 20:12:32 +0000 Subject: [PATCH] fix outdated docs mentioned in #17 sry --- docs/devnotes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/devnotes.md b/docs/devnotes.md index 786f2945..f56fda86 100644 --- a/docs/devnotes.md +++ b/docs/devnotes.md @@ -229,7 +229,7 @@ rm -rf copyparty/web/deps curl -L https://github.com/9001/copyparty/releases/latest/download/copyparty-sfx.py >x.py python3 x.py --version rm x.py -mv /tmp/pe-copyparty/copyparty/web/deps/ copyparty/web/deps/ +cp -R /tmp/pe-copyparty.$(id -u)/copyparty/web/deps copyparty/web/ ``` then build the sfx using any of the following examples: