added instructions

This commit is contained in:
phixxy 2026-03-04 23:30:40 -08:00
parent 42954d8a2d
commit bc2f538252

View file

@ -1,3 +1,12 @@
# skratch
A cli program to create and edit temporary files
A cli program to create and edit temporary files
Installation:
mv skratch.py /usr/bin/skratch
set an env variable for $EDITOR and/or $VISUAL in .bashrc
EDITOR=vi
VISUAL=geany