aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2025-02-26 19:49:02 +0100
committerEugen Wissner <belka@caraus.de>2025-02-26 19:49:02 +0100
commit26fc7c0bd6237e69c452961cb7ad72ae219db54d (patch)
tree8ece3e8a4d57d94ad63b2cef6abb175db2ed883e /README.md
parente4b90761b87dcc28e18382b6249ab08823acdad3 (diff)
downloadkazbek-26fc7c0bd6237e69c452961cb7ad72ae219db54d.tar.gz
Add a small introduction to the README
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/README.md b/README.md
index 40d9a81..dad374e 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,13 @@
+The repository contains a collection of random scripts and short programs.
+
+# Requirements
+
+- Ruby 3 for Ruby scripts in `bin/`.
+- For Haskell: The GHC compiler and cabal build system. The programs can be then
+ built and run with `cabal run program-name -- --options`.
+
+# Contents
+
1. [7digital.rb](#7digitalrb)
2. [mock\_server.rb](#mock_serverrb)
3. [read\_logs.rb](#read_logsrb)