commit 23811e2d02fb053c0308d254360da6d2bfafb5a1 parent 4c17f9ea380f523d24f46ae50423f8840642c99e Author: Iain Scott <iscott[AT]met-connect[DOT]com> Date: Fri, 5 Mar 2021 21:44:04 +1000 fixed git command to use clone instead of pull Diffstat:
M | sguard/README.md | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sguard/README.md b/sguard/README.md @@ -35,7 +35,7 @@ unable to trigger the suspend-inhibit. Just download this source directory, and run the Makefile: ``` -git pull https://src.jayvii.de/Hobby/PinePhoneScripts +git clone https://src.jayvii.de/Hobby/PinePhoneScripts cd PinePhoneScripts/sguard make install ```