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
4 changes: 2 additions & 2 deletions content/docs/guides/install-linux.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@ Your profile for Flatpak version of Zen will be available in `~/.var/app/app.zen
Zen provides install scripts that will install the browser directly to your home directory. Run this command from your terminal:

```
curl -fsSL https://github.com/zen-browser/updates-server/raw/refs/heads/main/install.sh | sh
curl -fsSL https://github.com/zen-browser/updates-server/raw/refs/heads/main/install.sh | $SHELL
```

Zen will be installed in `~/.tarball-installations/zen`.

You can also use the script below to install Twilight version of Zen, which built freshly every night and contained the latest changes. You can use Zen Twilight to try new features, [catch bugs and report them](https://github.com/zen-browser/desktop/issues) before it arrived on regular Beta builds!

```
curl -fsSL https://github.com/zen-browser/updates-server/raw/refs/heads/main/install-twilight.sh | sh
curl -fsSL https://github.com/zen-browser/updates-server/raw/refs/heads/main/install-twilight.sh | $SHELL
```

Zen Twilight will be installed in `~/.tarball-installations/zen-twilight`.
Expand Down