Skip to content

Commit

Permalink
docs: fix docker compose quick start (#1173)
Browse files Browse the repository at this point in the history
* docs: add missing .env.example fetch in docker compose quick start

* docs: clone the repository instead of fetching particular files
  • Loading branch information
quantumsheep committed Jun 2, 2023
1 parent 857879f commit c234f2a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down

0 comments on commit c234f2a

Please sign in to comment.