mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-11 05:33:55 -04:00
Fix typos
This commit is contained in:
parent
2ab2f5e99d
commit
df576d9a8e
3 changed files with 6 additions and 6 deletions
|
|
@ -184,7 +184,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}"
|
||||
./foot --config=/dev/null --term=xterm sh -c "<path-to-generate-alt-random-writes.py> --scroll --scroll-region --colors-regular --colors-bright --colors-rgb ${foot_tmp_file} && cat ${foot_tmp_file}"
|
||||
rm ${foot_tmp_file}
|
||||
```
|
||||
|
||||
|
|
@ -229,7 +229,7 @@ has not been installed yet. However, most things should work with the
|
|||
|
||||
But, I **recommend** you install the `foot` and `foot-direct` terminfo
|
||||
files. You can either copy them manually (typically to
|
||||
`/usr/share/terminfo/f` - but this is dependens on the distro), or
|
||||
`/usr/share/terminfo/f` - but this depends on the distro), or
|
||||
just install everything:
|
||||
```sh
|
||||
ninja install
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue