From a12f2d1c91ccc2c95d1ce3532b7b977beca01106 Mon Sep 17 00:00:00 2001 From: Daniel H Date: Sat, 5 Nov 2022 11:40:19 +0000 Subject: [PATCH] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b0a2eeb..c6cb928 100644 --- a/README.md +++ b/README.md @@ -9,11 +9,14 @@ Projector Bot V3, written in rust this time. First, install this by [installing the rust toolchain](https://rustup.rs) and then running `cargo install --git ` followed by the link to this repo. -Afterwards, you can use it like this +Afterwards, you can use it like this (linux) ``` +$ # the ytdl command is just an example $ ytdl -q 18 -o vid.out https://youtu.be/FtutLA63Cp8 # download a video to vid.mp4 $ projbotv3 $(cat bot-token) # assuming there is a file called bot-token containing the bot token ``` +(windows) +`projbotv3 BOT_TOKEN_HERE` (sadly, windows does not support putting that in files) The bot will now convert the video into its preferred format and then connect to discord.