From 3061f2bed80445b003fa7faa49cf25766b2475b0 Mon Sep 17 00:00:00 2001 From: Janus Troelsen Date: Tue, 27 May 2025 18:38:34 -0600 Subject: [PATCH] Adjust README to user content domain addition --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3a12efbf..05a9d7c0 100644 --- a/README.md +++ b/README.md @@ -33,8 +33,11 @@ Alternatively, open the [`nix develop`](https://nixos.org/manual/nix/stable/comm # if state directory does not already exist $ cabal v2-run -- hackage-server init --static-dir=datafiles --state-dir=state - $ cabal v2-run -- hackage-server run --static-dir=datafiles --state-dir=state --base-uri=http://127.0.0.1:8080 - hackage-server: Ready! Point your browser at http://127.0.0.1:8080 + $ cabal v2-run -- hackage-server run --static-dir=datafiles --state-dir=state \ + --base-uri=http://localhost:8080 \ + --required-base-host-header=localhost:8080 \ + --user-content-uri=http://127.0.0.1:8080 + hackage-server: Ready! Point your browser at http://localhost:8080 #### Populate the local package index