diff --git a/README.md b/README.md index a95d225..3158380 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,28 @@ # cabana This is a lesser fork of upstream cabana. +# Install +Install on Debian stable (Bullseye/11). + +``` +# Get deps +sudo apt update +sudo apt install yarnpkg + +# Clone repo +git clone git@spacecruft.org:retropilot/cabana.git +cd cabana + +# Setup +yarnpkg +yarnpkg run sass + +# In another term: +yarnpkg start + +# Firewall open 3001/TCP +``` + # Upstream This is forked from RetroPilot which is forked from OpenPilot: