From 7755af5bea6a90fe05d8c89e5f1dc51d6ee39e72 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ekl=C3=B6f?= Date: Mon, 23 Nov 2020 19:32:19 +0100 Subject: [PATCH] install: add --sixel to suggested command line for generate-alt-random-writes --- INSTALL.md | 1 + 1 file changed, 1 insertion(+) diff --git a/INSTALL.md b/INSTALL.md index 189ae192..40e167a2 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -241,6 +241,7 @@ tmp_file=$(mktemp) --attr-bold \ --attr-italic \ --attr-underline \ + --sixel \ ${tmp_file} ./pgo ${tmp_file} ${tmp_file} ${tmp_file} rm ${tmp_file}