From 621dfa33cf3eace657aba6121d48ecef2e6269ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ekl=C3=B6f?= Date: Sat, 30 May 2020 10:49:22 +0200 Subject: [PATCH] reaadme: add step to remove the temp file --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4c6f8b17..bca19a98 100644 --- a/README.md +++ b/README.md @@ -466,6 +466,7 @@ paths. To do this, we will use the script ```sh foot_tmp_file=$(mktemp) ./foot --config=/dev/null --term=xterm sh -c " --scroll --scroll-region --colors-regular --colors-bright --colors-rgb ${foot_tmp_file} && cat ${foot_tmp_file}" +rm ${foot_tmp_file} ``` If using Clang (if using GCC, just skip to the next step), now do