File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
packages/twenty-website/src/content/developers/self-hosting Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ Follow these steps for a manual setup.
4444
4545 Copy the example environment file to a new .env file in your working directory:
4646 ``` bash
47- curl -o .env https://raw.githubusercontent.com/twentyhq/twenty/refs/tags/v0.32 .0/packages/twenty-docker/.env.example
47+ curl -o .env https://raw.githubusercontent.com/twentyhq/twenty/refs/tags/v0.35 .0/packages/twenty-docker/.env.example
4848 ```
4949
50502 . ** Generate Secret Tokens**
@@ -76,7 +76,7 @@ Follow these steps for a manual setup.
7676Download the ` docker-compose.yml ` file to your working directory:
7777
7878``` bash
79- curl -O https://raw.githubusercontent.com/twentyhq/twenty/refs/tags/v0.32 .0/packages/twenty-docker/docker-compose.yml
79+ curl -O https://raw.githubusercontent.com/twentyhq/twenty/refs/tags/v0.35 .0/packages/twenty-docker/docker-compose.yml
8080```
8181
8282### Step 3: Launch the Application
You can’t perform that action at this time.
0 commit comments