File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
content/docs/contribute/desktop Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -40,8 +40,10 @@ First, let's get your system ready for building Zen.
4040 <p >Follow the steps below to set up your Linux environment for building Zen Browser:</p >
4141 <ol >
4242 <li >For Debian-based Linux (such as Ubuntu): ` sudo apt update && sudo apt install curl python3 python3-pip git ` </li >
43- <li >` For Fedora Linux: sudo dnf install python3 python3-pip git ` </li >
43+ <li >For Fedora Linux: ` sudo dnf install python3 python3-pip git ` </li >
44+ <li >For Arch Linux: ` sudo pacman -Syu --needed base-devel git curl python python-pip libvips ` </li >
4445 </ol >
46+ <p ><em ><b >Note:</b > To avoid permission issues, it's recommended to work within a Python virtual environment.</em ></p >
4547 </Tab >
4648 <Tab value = " macOS" >
4749 <p >Follow the steps below to set up your macOS environment for building Zen Browser:</p >
You can’t perform that action at this time.
0 commit comments