Update README

Change-Id: Iadf06ab3d67fe4d54f8ca328e391873137efb9af
Reviewed-on: https://git.clicks.codes/c/Coded/EmojiUploader/+/298
Reviewed-by: Samuel Shuert <coded@clicks.codes>
Tested-by: Samuel Shuert <coded@clicks.codes>
diff --git a/README.md b/README.md
index 249c820..f40bf9d 100644
--- a/README.md
+++ b/README.md
@@ -1,17 +1,14 @@
 # emoji-uploader
+## To Run:
+### Set TOKEN and EMOJI_DIR environment variables
 
-To install dependencies:
-
-```bash
-bun install
+#### .env:
+```env
+TOKEN=DISCORD_TOKEN
+EMOJI_DIR=./RELATIVE/PATH/TO/HERE_OR_/ABSOLUTE/PATH/TO/HERE
 ```
 
-To run:
-
-Set .env variables TOKEN and EMOJI_DIR
-
+#### Run in preferred terminal:
 ```bash
 bun run index.ts
-```
-
-This project was created using `bun init` in bun v1.0.13. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.
+```
\ No newline at end of file