0
0
mirror of https://github.com/PostHog/posthog.git synced 2024-11-21 21:49:51 +01:00

fix: Readme had broken curl command for hobby deployment (#13201)

This commit is contained in:
James Greenhill 2022-12-07 18:08:04 -08:00 committed by GitHub
parent fe982fa0f1
commit c541c1bb30
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 <https://raw.githubusercontent.com/posthog/posthog/HEAD/bin/deploy-hobby>)"
```
```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).