From 7050f721792333c82226a838320b90260e831c41 Mon Sep 17 00:00:00 2001 From: Jeff Moe Date: Mon, 2 May 2022 21:09:54 -0600 Subject: [PATCH] quick install --- README.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) 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: