From 3efe9f0763408c904514e59b610f698f69e80efa Mon Sep 17 00:00:00 2001 From: davehutz Date: Mon, 6 May 2024 18:37:45 -0600 Subject: [PATCH] Update readme for my setup --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f3b0dfd..6d5996e 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ Download [Raspberry PI OS](https://www.raspberrypi.org/software/). Use Rasberry $ sudo apt-get update $ sudo apt-get dist-upgrade $ sudo apt-get install python3-dev python3-virtualenv libevent-dev virtualenv - $ git clone https://github.com/jbruce12000/kiln-controller + $ git clone https://github.com/davehutz/kiln-controller $ cd kiln-controller $ virtualenv -p python3 venv $ source venv/bin/activate