From 595fd82b56fbbe8ee179fdd7bf25cd9a2ef2d0a4 Mon Sep 17 00:00:00 2001 From: Donkie Date: Sun, 12 May 2024 10:49:09 +0200 Subject: [PATCH] Minor fix in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index af82f06..f20c01a 100644 --- a/README.md +++ b/README.md @@ -133,9 +133,9 @@ these steps to install from source. Keep in mind that this may contain bugs and 1. Create a .env file with `VITE_APIURL=/api/v1` in it 2. Run `npm ci` 3. Run `npm run build` -3. Give scripts permissions: `chmod +x ./scripts/*.sh` 4. Install PDM using `pip install --user pdm` 5. Build the requirements.txt file: `pdm export -o requirements.txt --without-hashes > requirements.txt` +3. Give scripts permissions: `chmod +x ./scripts/*.sh` 6. Run the installer script like the normal install: `./scripts/install.sh` ## Development