From a4b1c8286ce8d6e6c3aa3d73f46e9a6e6143901c Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 10 Dec 2021 20:24:12 +0530 Subject: [PATCH] We use bypy master in qt6 --- bypy/README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bypy/README.rst b/bypy/README.rst index dbebd919e1..52b7f578cb 100644 --- a/bypy/README.rst +++ b/bypy/README.rst @@ -17,7 +17,7 @@ First create some empty top level directory and run the following commands:: git clone https://github.com/kovidgoyal/bypy.git git clone https://github.com/kovidgoyal/calibre.git - cd bypy && git switch qt5 && cd ../calibre + cd calibre Now we need to bootstrap calibre, for which all its Linux build dependencies must have already been installed (see the `Dependencies