Skip to content

Commit 6096b4e

Browse files
committed
it's plausible/community-edition now
1 parent 5377947 commit 6096b4e

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

+5-4
Original file line numberDiff line numberDiff line change
@@ -44,19 +44,20 @@ To make your Plausible CE instance accessible on a (sub)domain, you also need to
4444

4545
### Quick start
4646

47-
To get started quickly, clone the [plausible/hosting](https://github.com/plausible/hosting) repo. It has everything you need to boot up your own Plausible CE server.
47+
To get started quickly, clone the [plausible/community-edition](https://github.com/plausible/community-edition) repo. It has everything you need to boot up your own Plausible CE server.
4848

4949
<sub><kbd>console</kbd></sub>
5050
```console
51-
$ git clone https://github.com/plausible/hosting
52-
Cloning into 'hosting'...
51+
$ mkdir hosting
52+
$ cd hosting
53+
$ git clone https://github.com/plausible/community-edition .
54+
Cloning into 'community-edition'...
5355
remote: Enumerating objects: 280, done.
5456
remote: Counting objects: 100% (146/146), done.
5557
remote: Compressing objects: 100% (74/74), done.
5658
remote: Total 280 (delta 106), reused 86 (delta 71), pack-reused 134
5759
Receiving objects: 100% (280/280), 69.44 KiB | 7.71 MiB/s, done.
5860
Resolving deltas: 100% (136/136), done.
59-
$ cd hosting
6061
```
6162

6263
In the downloaded directory you'll find two important files:

0 commit comments

Comments
 (0)