tarina

git clone https://git.tarina.org/tarina
Log | Files | Refs | README | LICENSE

commit 2dc45d017d24c05030b4bb17e7739d0f90334437
parent 8ca98b63d2b8226f5f68ce05a9963794a9f0332d
Author: rob <rob@tarina.org>
Date:   Tue, 14 Nov 2023 14:44:46 +0000

new repo for just executables

Diffstat:
MREADME.md | 8++++----
1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md @@ -57,15 +57,15 @@ Go to /home/pi/ folder ``` cd /home/pi ``` -Git clone tarina and then run install script with sudo: +Git clone Tarina Retake and then run install script with sudo: ``` -git clone https://github.com/rbckman/tarina.git -cd tarina +git clone https://github.com/rbckman/tarinaretake.git +cd tarinaretake sudo ./install.sh ``` You'r ready to rumble: ``` -python3 tarina.py +python3 tarinaretake.py ``` Why