aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMaria Lisina <sekoohaka.sarisan@gmail.com>2025-05-19 18:01:39 +0500
committerMaria Lisina <sekoohaka.sarisan@gmail.com>2025-05-19 18:01:39 +0500
commit03a7c5b049ff7ba50330c77452575133f84e386e (patch)
treef79ff366d099de59631e9936ee58f01a482f08e6 /README.md
parent0ff0b7f0e6b99aedc52c031e476ec85cb6702c97 (diff)
bot: Begin porting to Z Shell
Signed-off-by: Maria Lisina <sekoohaka.sarisan@gmail.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 3 insertions, 9 deletions
diff --git a/README.md b/README.md
index b7b7705..b596a86 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# Sekoohaka
-Telegram Image Board Bot written in POSIX Shell (dash)
+Telegram Image Board Bot written in Z Shell (zsh)
## Features
@@ -28,9 +28,8 @@ Telegram Image Board Bot written in POSIX Shell (dash)
BusyBox is a hard-coded dependency and cannot be replaced with alternatives!
-* dash
+* zsh
* busybox
-* coreutils
* curl
* jq
* recode
@@ -40,7 +39,6 @@ For distribution specific installation commands follow [command-not-found](https
### BusyBox functions
* base64
-* bc
* cat
* cp
* cut
@@ -57,13 +55,9 @@ For distribution specific installation commands follow [command-not-found](https
* stat
* tr
-### GNU Core Utilities
-
-* date
-
## Deployment
-It is highly recommended to run it with an empty environment to avoid variable conflict: `env -i ./bot.sh` or `env -i PATH="${PATH}" ./bot.sh` for Termux.
+It is highly recommended to run it with an empty environment to avoid variable conflict: `env -i ./bot.zsh` or `env -i PATH="${PATH}" ./bot.zsh` for Termux.
For better performance, it is recommended to use a locally deployed [Telegram Bot API](https://github.com/tdlib/telegram-bot-api) server.
### Available options