From 1c660f081f4df4f396e4ab99d6d28b0764738ab4 Mon Sep 17 00:00:00 2001 From: JamuelStarkey Date: Sun, 15 Jan 2023 13:16:35 -0800 Subject: [PATCH] Update install.md --- docs/hub/install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/hub/install.md b/docs/hub/install.md index b886abeb..dcc9414e 100644 --- a/docs/hub/install.md +++ b/docs/hub/install.md @@ -17,7 +17,7 @@ Then, to start the Mercure.rocks Hub in development mode on Linux and macOS, run ```console MERCURE_PUBLISHER_JWT_KEY='!ChangeThisMercureHubJWTSecretKey!' \ MERCURE_SUBSCRIBER_JWT_KEY='!ChangeThisMercureHubJWTSecretKey!' \ -./m`rcure run --config Caddyfile.dev +./mercure run --config Caddyfile.dev ``` On Windows, start PowerShell, go into the extracted directory and run: