Skip to main content

Install from a package manager

Package manager installation coming soon.

Install from script

Download latest relese from github, instructions available here
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/diodeinc/pcb/releases/latest/download/pcb-installer.sh | sh
Clone the repo and run the install script
# Clone the repo
git clone https://github.com/diodeinc/pcb

# Move into source folder
cd pcb

# Run the install script
./install.sh
I