forked from stolf/bearwall2
-
Notifications
You must be signed in to change notification settings - Fork 4
Install
Brad Cowie edited this page Apr 9, 2020
·
4 revisions
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
- Download the source code for the latest release
- Extract source code and cd into the directory.
- Install dependencies:
pandoc
,make
- Install bearwall by running:
sudo make install