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:
parent
fe982fa0f1
commit
c541c1bb30
@ -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).
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user