Fix README

This commit is contained in:
Nikita Karamov 2021-11-04 18:20:24 +01:00
parent d35d39622b
commit 6b332252c0
No known key found for this signature in database
GPG Key ID: 7FCADEDBB1AEBE44
1 changed files with 3 additions and 4 deletions

View File

@ -28,13 +28,13 @@ button:
Self-hosting toot outside of Vercel requires some extra setup: 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: 2. Build the static part of toot:
```sh ```sh
yarn # to install dependencies pnpm install # to install dependencies
yarn build # to build the website pnpm run build # to build the website
``` ```
3. Run the backend server for the form: 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` 4. Set up a reverse proxy from `localhost:8000` to `/api/toot`
## See also ## See also
**[📯 shareon](https://shareon.js.org)** — lightweight, stylish and ethical share buttons — use [toot] under the hood! **[📯 shareon](https://shareon.js.org)** — lightweight, stylish and ethical share buttons — use [toot] under the hood!