Use an included sample ANSI file for cat example command

This commit is contained in:
Isaiah Odhner 2023-04-29 16:53:38 -04:00
parent 16d52dcad1
commit 66222b2384

View File

@ -121,7 +121,7 @@ You can set the text color by holding Ctrl while clicking a color in the palette
You can display a saved ANSI file in the terminal with `cat`:
```bash
cat file.ans
cat samples/ship.ans
```
## Known Issues