From 46c7dbf491e17b778dc019f1c98388a5a7b69a54 Mon Sep 17 00:00:00 2001 From: Fleny Date: Sat, 28 Dec 2024 22:00:08 +0100 Subject: [PATCH] Remove yarn postinstall mention (#4063) --- examples/bigbot/README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/bigbot/README.md b/examples/bigbot/README.md index b10774ef7..0d5275fb3 100644 --- a/examples/bigbot/README.md +++ b/examples/bigbot/README.md @@ -74,7 +74,6 @@ The preset value of `EVENT_HANDLER_HOST`, `REST_HOST`, and `GATEWAY_HOST` all us #### Setup process - Install the dependencies with yarn -- Run the Discordeno desired properties CLI with `yarn postinstall` - Build the code with `yarn build` You can start different parts of your bot in the following order.