mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-05 04:06:08 -05:00
reaadme: add step to remove the temp file
This commit is contained in:
parent
7f173388ad
commit
621dfa33cf
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue