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!