docs: fix docker compose quick start (#1173)

* docs: add missing .env.example fetch in docker compose quick start

* docs: clone the repository instead of fetching particular files
This commit is contained in:
Nathanael Demacon 2023-06-02 08:57:15 +02:00 committed by GitHub
parent 857879f5ed
commit c234f2a087
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -45,11 +45,11 @@ The easiest way to get started with Plane is by creating a [Plane Cloud](https:/
### Docker Compose Setup
- Download the docker-compose.yml and setup.sh file
- Clone the repository
```bash
curl https://raw.githubusercontent.com/makeplane/plane/develop/docker-compose-hub.yml --output docker-compose.yml
curl https://raw.githubusercontent.com/makeplane/plane/develop/setup.sh --output setup.sh
git clone https://github.com/makeplane/plane
cd plane
chmod +x setup.sh
```