Skip to content

Install

Brad Cowie edited this page Apr 9, 2020 · 4 revisions

Debian/Ubuntu

sudo apt-get install apt-transport-https curl lsb-release
echo "deb https://dl.bintray.com/bearwall/bearwall2 $(lsb_release -sc) main" | sudo tee -a /etc/apt/sources.list.d/bearwall2.list
curl --silent "https://bintray.com/user/downloadSubjectPublicKey?username=bearwall" | sudo apt-key add -
sudo apt-get update
sudo apt-get install bearwall2

From source

  1. Download the source code for the latest release
  2. Extract source code and cd into the directory.
  3. Install dependencies: pandoc, make
  4. Install bearwall by running: sudo make install
Clone this wiki locally