From df174ba39f52e047ce5d1aad3734ccc9de5cd041 Mon Sep 17 00:00:00 2001 From: Alexey Date: Fri, 8 Nov 2024 04:31:18 +0700 Subject: [PATCH] fixup: syntax --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 948bdb8..b8c1f92 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ docker compose exec postgres sh -c 'psql -U $POSTGRES_USER postgres -c "DROP DAT docker compose exec postgres sh -c 'psql -U $POSTGRES_USER postgres -c "CREATE DATABASE netbox;"' # Load the demo data, change VERSION if need -(VERSION=v4.1; curl https://github.com/netbox-community/netbox-demo-data/raw/refs/heads/master/sql/netbox-demo-$VERSION.sql | docker compose exec -T postgres psql -U $POSTGRES_USER netbox) +(VERSION=v4.1; curl https://raw.githubusercontent.com/netbox-community/netbox-demo-data/refs/heads/master/sql/netbox-demo-$VERSION.sql | docker compose exec -T postgres psql -U $POSTGRES_USER netbox) # run netbox, wait migrations done docker compose up netbox ```