From 4719eefa4ddc0dec11de656f74910a382ab41060 Mon Sep 17 00:00:00 2001 From: Markus Frosch Date: Tue, 19 May 2020 17:11:01 +0200 Subject: [PATCH] doc: Clarify calling local script with python3 fixes #98 --- INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index adc1532e..b652db5c 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -26,7 +26,7 @@ dependencies yourself: If you don't care about native language support or icons, Terminator should run just fine directly from this directory, just: - ./terminator --help + python3 terminator --help And go from there. Manpages are available in the 'doc' directory.