From 6b332252c0bb68f0794b2b8946909cd2428aba67 Mon Sep 17 00:00:00 2001 From: Nikita Karamov Date: Thu, 4 Nov 2021 18:20:24 +0100 Subject: [PATCH] Fix README --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 8b20f53..c50450b 100644 --- a/README.md +++ b/README.md @@ -28,13 +28,13 @@ button: Self-hosting toot outside of Vercel requires some extra setup: -1. Make sure you have got Node.js v12 or later installed +1. Make sure you have got Node.js v12 or later as well as pnpm installed 2. Build the static part of toot: ```sh - yarn # to install dependencies - yarn build # to build the website + pnpm install # to install dependencies + pnpm run build # to build the website ``` 3. Run the backend server for the form: @@ -45,7 +45,6 @@ Self-hosting toot outside of Vercel requires some extra setup: 4. Set up a reverse proxy from `localhost:8000` to `/api/toot` - ## See also **[📯 shareon](https://shareon.js.org)** — lightweight, stylish and ethical share buttons — use [toot] under the hood!