point to correct branch

This commit is contained in:
aceisace 2023-01-13 01:52:17 +01:00
parent 3eb1891131
commit 780d133ad6

View File

@ -75,7 +75,7 @@ Run the following steps to install Inkycal. Do **not** use sudo for this, except
```bash ```bash
sudo apt-get install zlib1g libjpeg-dev libatlas-base-dev sudo apt-get install zlib1g libjpeg-dev libatlas-base-dev
cd $HOME 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 cd Inkycal
python3 -m venv venv python3 -m venv venv
source venv/bin/activate source venv/bin/activate