Skip to content

Commit

Permalink
Update links in docs to current release (#9553)
Browse files Browse the repository at this point in the history
As this was missing I just updated to reference the files from the
current release tag
  • Loading branch information
Lazalatin authored Jan 10, 2025
1 parent 9d735b8 commit 9ed9b31
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Follow these steps for a manual setup.

Copy the example environment file to a new .env file in your working directory:
```bash
curl -o .env https://raw.githubusercontent.com/twentyhq/twenty/refs/tags/v0.32.0/packages/twenty-docker/.env.example
curl -o .env https://raw.githubusercontent.com/twentyhq/twenty/refs/tags/v0.35.0/packages/twenty-docker/.env.example
```

2. **Generate Secret Tokens**
Expand Down Expand Up @@ -76,7 +76,7 @@ Follow these steps for a manual setup.
Download the `docker-compose.yml` file to your working directory:

```bash
curl -O https://raw.githubusercontent.com/twentyhq/twenty/refs/tags/v0.32.0/packages/twenty-docker/docker-compose.yml
curl -O https://raw.githubusercontent.com/twentyhq/twenty/refs/tags/v0.35.0/packages/twenty-docker/docker-compose.yml
```

### Step 3: Launch the Application
Expand Down

0 comments on commit 9ed9b31

Please sign in to comment.