From b4d55ca7218c44935dfc99558d206f683b78a768 Mon Sep 17 00:00:00 2001 From: Bob Polis Date: Tue, 26 Nov 2024 15:59:04 +0100 Subject: [PATCH] Add README.md --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..c441550 --- /dev/null +++ b/README.md @@ -0,0 +1,17 @@ +# progress — Demo tool for the libscterm library + +Simple tool, meant to be built and run (not installed). + +## Build + +`make` + +after installing dependencies: + +- [libscterm](https://git.bobpolis.com/bob/libscterm/) +- [libscgui](https://git.bobpolis.com/bob/libscgui/) NOT YET AVAILABLE + +## Run + +`./progress` + -- 2.47.1