From c541c1bb3022fbaabe43199f61f7da62b7c4182d Mon Sep 17 00:00:00 2001 From: James Greenhill Date: Wed, 7 Dec 2022 18:08:04 -0800 Subject: [PATCH] fix: Readme had broken curl command for hobby deployment (#13201) --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ee2ba9d87ea..d680209b6ee 100644 --- a/README.md +++ b/README.md @@ -43,9 +43,10 @@ The fastest and most reliable way to get started with PostHog is signing up for Deploy a hobby instance in one line on Linux with Docker (recommended 4GB memory): -``` -/bin/bash -c "$(curl -fsSL )" -``` + + ```bash + /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/posthog/posthog/HEAD/bin/deploy-hobby)" + ``` Good for <100K events ingested monthly. See our [docs for more info and limitations](https://posthog.com/docs/self-host/open-source/deployment).