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