aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2025-11-17 16:54:55 +0100
committerEugen Wissner <belka@caraus.de>2025-11-17 16:54:55 +0100
commit5e4c38c28ecfd927a466aa128b9cb85a2e0e4ebc (patch)
tree59b4ba2f104a9c357b711bfc315e90ea41e135ec /README.md
parenta3530666a60dd004fe2c28bb87fbabdf5e5bebab (diff)
downloadkazbek-5e4c38c28ecfd927a466aa128b9cb85a2e0e4ebc.tar.gz
locopy: Require all arguments
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index b30ff91..9e42e15 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@ The repository contains a collection of random scripts and short programs.
# Requirements
-- Ruby 3 for Ruby scripts in `bin/`.
+- Ruby 3 for Ruby scripts.
- For Haskell: The GHC compiler and cabal build system. The programs can be then
built and run with `cabal run program-name -- --options`.