Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 2 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,21 +23,8 @@
1. Clone this repository:

```console
$ git clone -b v3.1.0 --single-branch https://github.com/plausible/community-edition plausible-ce
Cloning into 'plausible-ce'...
remote: Enumerating objects: 13, done.
remote: Counting objects: 100% (10/10), done.
remote: Compressing objects: 100% (9/9), done.
remote: Total 13 (delta 0), reused 7 (delta 0), pack-reused 3 (from 1)
Receiving objects: 100% (13/13), done.

$ cd plausible-ce

$ ls -1
clickhouse/
compose.yml
LICENSE
README.md
git clone -b v3.1.0 --single-branch https://github.com/plausible/community-edition plausible-ce
cd plausible-ce
```

1. Create and configure your [environment](https://docs.docker.com/compose/environment-variables/) file:
Expand Down