diff --git a/docs/new.md b/docs/new.md index 7f8419d..5fc21ab 100644 --- a/docs/new.md +++ b/docs/new.md @@ -102,6 +102,10 @@ Copy the commands below to get up and running npx -y speedybot@^2.0.0 setup --project default --boot --install {{ store.state.tokenValid ? `--token ${store.state.token}` : '' }} ``` +```sh-vue [🚀 Bun (FAST!!)] +bunx speedybot@^2.0.0 setup --bun --project default --boot --install {{ store.state.tokenValid ? `--token ${store.state.token}` : '' }} +``` + ```sh-vue [👹 Experienced] git clone https://github.com/valgaze/speedybot cd speedybot @@ -133,7 +137,7 @@ volta install node However you set up your system, make sure to run `node -v` in your terminal to verify node is correctly installed and you can get up and running with `npx speedybot setup --project default`: - +Note: If you really want to speedy things up try it with **[Bun](https://bun.sh)** and install with +`curl -fsSL https://bun.sh/install | bash` ::: Now send a message to your bot and you'll see a welcome screen with buttons and cards: diff --git a/examples/speedybot-starter/util/index.ts b/examples/speedybot-starter/util/index.ts index 81f89c9..576ce05 100644 --- a/examples/speedybot-starter/util/index.ts +++ b/examples/speedybot-starter/util/index.ts @@ -67,7 +67,8 @@ You can turn your bot back on by entering the following commands: cd ${resolve(__dirname, "..")} npm run dev -If you want to deploy your bot to a persistent server or serverless function, see here: https://speedybot.js.org/examples +If you want to deploy your bot to a persistent server or serverless function, see here: +https://speedybot.js.org/examples ` ); }; diff --git a/examples/voiceflow-kb/util/index.ts b/examples/voiceflow-kb/util/index.ts index 81f89c9..e515718 100644 --- a/examples/voiceflow-kb/util/index.ts +++ b/examples/voiceflow-kb/util/index.ts @@ -67,7 +67,7 @@ You can turn your bot back on by entering the following commands: cd ${resolve(__dirname, "..")} npm run dev -If you want to deploy your bot to a persistent server or serverless function, see here: https://speedybot.js.org/examples -` +If you want to deploy your bot to a persistent server or serverless function, see here: +https://speedybot.js.org/examples` ); }; diff --git a/examples/voiceflow/util/index.ts b/examples/voiceflow/util/index.ts index 81f89c9..e515718 100644 --- a/examples/voiceflow/util/index.ts +++ b/examples/voiceflow/util/index.ts @@ -67,7 +67,7 @@ You can turn your bot back on by entering the following commands: cd ${resolve(__dirname, "..")} npm run dev -If you want to deploy your bot to a persistent server or serverless function, see here: https://speedybot.js.org/examples -` +If you want to deploy your bot to a persistent server or serverless function, see here: +https://speedybot.js.org/examples` ); };