From bc2f538252331a509281fa499e12d068cd821f04 Mon Sep 17 00:00:00 2001 From: phixxy Date: Wed, 4 Mar 2026 23:30:40 -0800 Subject: [PATCH] added instructions --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 688756a..49e1433 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,12 @@ # skratch -A cli program to create and edit temporary files \ No newline at end of file +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