Updated to include C info

This commit is contained in:
phixxy 2026-03-20 18:26:21 -07:00
parent 592e870eb9
commit ebae3d9e8d

View file

@ -3,7 +3,7 @@
A cli program to quickly create and edit temporary files A cli program to quickly create and edit temporary files
Requirements: Requirements:
python3 > 3.6 python3 > 3.6, or a C compiler.
## Installation: ## Installation:
@ -28,3 +28,7 @@ set an env variable for $EDITOR and/or $VISUAL in .bashrc
`-s` adds a suffix to the file `-s` adds a suffix to the file
`-v` uses the VISUAL editor `-v` uses the VISUAL editor
## Todo:
`-v` and `-s` do not currently work in the C version.