aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2021-10-19 02:04:51 +0200
committerdec05eba <dec05eba@protonmail.com>2021-10-19 02:04:51 +0200
commitd9e4a8c1b221e4e235eecd41862fdb96bacd9b08 (patch)
tree0dfc8f0cf2215bdde967ed747a87952ef35041d9 /README.md
parentc72ce02c0db6672cd8109c67d1b3a52f07def02e (diff)
Use stdin instead of args for text
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 5d3dd7f..42c236e 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
A minimal script for text to speech using the meme greentext voice
## Usage
-`greentext-voice.sh text goes here`
+`echo -ne 'text goes here' | ./greentext-voice.sh`
## Dependencies
coreutils, sed, curl, ffmpeg (ffplay)