From 3e6559f1bea5d5ba09e2775d982cfaecb4721179 Mon Sep 17 00:00:00 2001 From: Abhishek Shroff Date: Wed, 10 Sep 2025 18:36:48 +0530 Subject: [PATCH] [meta] Fix URL in quick-start [#50] --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 11f66fdd..4647dc04 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ Phylum may be for you if you want: ``` # download compose.yml -wget https://codeberg.org/shroff/phylum/src/branch/main/compose.yml +wget https://codeberg.org/shroff/phylum/raw/branch/main/compose.yml # create a new DB password and put it into .env echo "PHYLUM_DB_PASSWORD=$(head -c 32 /dev/urandom | md5sum | cut -d ' ' -f 1)" > .env # Create data/config.yml