Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 348 Bytes

File metadata and controls

17 lines (13 loc) · 348 Bytes

CBonsai

Grow a bonsai tree in your terminal :)

Project home page: https://gitlab.com/jallbrit/cbonsai

To compile:

sudo apt-get install libncurses-dev apt-transport-https wget -y
git clone https://gitlab.com/jallbrit/cbonsai
cd cbonsai

# Install for this user
make install PREFIX=~/.local

# Install for all users
sudo make install