Skip to content

Commit 21e7bb6

Browse files
committedSep 3, 2022
feat(docs): improve install/readme.md page wording
1 parent a74d518 commit 21e7bb6

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed
 

‎docs/install/readme.md

+12-4
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,28 @@
11
---
2-
title: How to install LogChimp
2+
title: Get started with LogChimp
33
---
44

55
<!-- components -->
66

77
import SelfhostInstall from "@/components/SelfhostInstall"
88
import CloudHosting from "@/components/CloudHosting"
99

10-
There are few ways you can set up a LogChimp site.
10+
This will help you get started with LogChimp and start collecting feedback from your customers.
1111

12-
## Self-hosting
12+
LogChimp is open-source, fast, flexible, and reliable software that is ideal for capturing user feedback and informing product choices.
13+
14+
## Installation
15+
16+
There are a few ways listed below for setting up a LogChimp site.
17+
18+
#### Self-hosting
1319

1420
If you're running a self-hosted instance, we strongly recommend an Ubuntu server with at least 1GB of memory to run LogChimp.
1521

1622
<SelfhostInstall />
1723

18-
## Cloud hosting
24+
#### Cloud hosting
25+
26+
You can also use **one click** deploy button to get started with LogChimp immediately.
1927

2028
<CloudHosting />

0 commit comments

Comments
 (0)
Please sign in to comment.