From 780d133ad67dfefbeaa7e7402d78de9cbd112f83 Mon Sep 17 00:00:00 2001 From: aceisace Date: Fri, 13 Jan 2023 01:52:17 +0100 Subject: [PATCH] point to correct branch --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index db7642f..3a08f17 100644 --- a/README.md +++ b/README.md @@ -75,7 +75,7 @@ Run the following steps to install Inkycal. Do **not** use sudo for this, except ```bash sudo apt-get install zlib1g libjpeg-dev libatlas-base-dev cd $HOME -git clone --branch feature/venv --single-branch https://github.com/aceisace/Inkycal +git clone --branch main --single-branch https://github.com/aceisace/Inkycal cd Inkycal python3 -m venv venv source venv/bin/activate