From 26a68fc1023bf6fb6f9bf922d53e2ccedb8ec77a Mon Sep 17 00:00:00 2001 From: 0d0 <0d0acre@esiliati.org> Date: Mon, 24 Feb 2025 20:05:43 +0100 Subject: [PATCH] Update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1035f53..46bfd2e 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ It's a svelte(kit) frontend that uses `yt-dlp` to let the user download things f ### using node - Install nodejs (if on debian, use `extrepo` for adding the official nodesource repository) -- Create a new directory ($PROJECT_ROOT) +- Create a new directory (`"${PROJECT_ROOT}"`) - run `scripts/install.sh "${PROJECT_ROOT}"` Edit `scripts/deploy_example.sh` if you need to deploy `dl.emersa.it` to some server using `SSH`.