reaadme: add step to remove the temp file

This commit is contained in:
Daniel Eklöf 2020-05-30 10:49:22 +02:00
parent 7f173388ad
commit 621dfa33cf
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

View file

@ -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 "<path-to-generate-alt-ranodm-writes.py> --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