From f6f6348c8d4a28ee6c9a75259610a3224c0f2d62 Mon Sep 17 00:00:00 2001 From: sloum Date: Wed, 23 Jun 2021 20:50:17 -0700 Subject: [PATCH] Adds more usage instructions --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 2fb82c2..b3269e9 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,8 @@ On initial load some sensible defaults will be set up. Other options are avialab At present there is no keyboard input. This is on the TODO list and should get added in the near future (after all, who really wants to use a mouse for anything?). +Most of the keys can be figured out if you don't know what they are already. I will mention that the enter key will add the currently typed in number to the top of the stack. If you have a number typed in, but have not hit enter, and you use a non-numeric/non-enter key (+, swap, sqrt, etc) the number will automatically be added to the top of the stack before the function is run. + ## Dependencies - Go >= 1.16