aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMaria Lisina <sekoohaka.sarisan@gmail.com>2025-05-16 17:25:36 +0500
committerMaria Lisina <sekoohaka.sarisan@gmail.com>2025-05-16 17:25:36 +0500
commit0ff0b7f0e6b99aedc52c031e476ec85cb6702c97 (patch)
tree10ba177d21f6673e9cbb3567c28f244fadeef82b /README.md
parenta9a802d493cda6d96576e6febf3608896b670125 (diff)
submodules/command_ping: Use GNU date to measure latency
Signed-off-by: Maria Lisina <sekoohaka.sarisan@gmail.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index b49a217..b7b7705 100644
--- a/README.md
+++ b/README.md
@@ -30,6 +30,7 @@ BusyBox is a hard-coded dependency and cannot be replaced with alternatives!
* dash
* busybox
+* coreutils
* curl
* jq
* recode
@@ -56,6 +57,10 @@ 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.