Skip to content
Merged
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
6 changes: 3 additions & 3 deletions content/docs/contribute/desktop/building.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ First, let's get your system ready for building Zen.
<Tab value="Linux">
<p>Follow the steps below to set up your Linux environment for building Zen Browser:</p>
<ol>
<li>For Debian-based Linux (such as Ubuntu): `sudo apt update && sudo apt install curl python3 python3-pip git`</li>
<li>For Fedora Linux: `sudo dnf install python3 python3-pip git`</li>
<li>For Arch Linux: `sudo pacman -Syu --needed base-devel git curl python python-pip libvips`</li>
<li>For Debian-based Linux (such as Ubuntu): `sudo apt update && sudo apt install curl python3 python3-pip git sccache`</li>
<li>For Fedora Linux: `sudo dnf install python3 python3-pip git sccache`</li>
<li>For Arch Linux: `sudo pacman -Syu --needed base-devel git curl python python-pip libvips sccache`</li>
</ol>
<p><em><b>Note:</b> To avoid permission issues, it's recommended to work within a Python virtual environment.</em></p>
</Tab>
Expand Down