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