commit 5032c966804cb7d7ec38f902aadbaf7fa632a731 parent 7d4e127440b204f58ba189daa64264bf04361291 Author: KikyTokamuro <kiky.tokamuro@yandex.ru> Date: Wed, 1 Dec 2021 20:42:04 +0300 Added readme Diffstat:
A | README.md | | | 9 | +++++++++ |
1 file changed, 9 insertions(+), 0 deletions(-)
diff --git a/README.md b/README.md @@ -0,0 +1,9 @@ +# guile-pstk +PS/TK version (http://mirror.informatimago.com/scheme/www.t3x.org/pstk/index.html) fixed to work fine on modern GNU Guile + +### Install +1. Install the "tcl" and "tk" packages through your package manager. +2. Copy pstk.scm to your project and load: +```scheme +(load "pstk.scm") +```