From 012bb5fe5142b4552a1d569da45604d7b2411fe0 Mon Sep 17 00:00:00 2001 From: Daniel H Date: Sun, 6 Nov 2022 10:05:34 +0100 Subject: [PATCH 1/3] Update README.md --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c6cb928..4e2b18a 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,15 @@ Projector Bot V3, written in rust this time. [V2](https://github.com/tudbut/projectorbotv2_full) -## How to run it +## Quick start + +1. Download the executable from https://github.com/tudbut/projbotv3/releases/latest +2. Download ffmpeg using [the official but complicated process](https://ffmpeg.org/), your package manager of choice, or from the releases page of this repo. +3. Download a video +4. Put all these downloaded files into the same folder +5. Start a CMD or terminal, `cd WHERE_YOU_PUT_THE_FILES` and run the executable using `./projbotv3 TOKEN_HERE`. + +## How to build it First, install this by [installing the rust toolchain](https://rustup.rs) and then running `cargo install --git ` followed by the link to this repo. From f62d99e154b4f392221adb453f44519c98b31d37 Mon Sep 17 00:00:00 2001 From: Daniel H Date: Sun, 6 Nov 2022 10:08:57 +0100 Subject: [PATCH 2/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4e2b18a..87b7ec9 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Projector Bot V3, written in rust this time. 1. Download the executable from https://github.com/tudbut/projbotv3/releases/latest 2. Download ffmpeg using [the official but complicated process](https://ffmpeg.org/), your package manager of choice, or from the releases page of this repo. -3. Download a video +3. Download a video and rename it to `vid.mp4` 4. Put all these downloaded files into the same folder 5. Start a CMD or terminal, `cd WHERE_YOU_PUT_THE_FILES` and run the executable using `./projbotv3 TOKEN_HERE`. From 70fb4b7a14ea37ee876b485a5a501d10de126d1e Mon Sep 17 00:00:00 2001 From: Daniel H Date: Sun, 6 Nov 2022 10:47:23 +0100 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 87b7ec9..f273c7b 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Projector Bot V3, written in rust this time. 1. Download the executable from https://github.com/tudbut/projbotv3/releases/latest 2. Download ffmpeg using [the official but complicated process](https://ffmpeg.org/), your package manager of choice, or from the releases page of this repo. 3. Download a video and rename it to `vid.mp4` -4. Put all these downloaded files into the same folder +4. Put all these downloaded files into the same folder(!) 5. Start a CMD or terminal, `cd WHERE_YOU_PUT_THE_FILES` and run the executable using `./projbotv3 TOKEN_HERE`. ## How to build it