From 9110a8ac9906de7b62093c6314fa74ee5eb9a8b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=92=9F=E8=BF=9B?= Date: Wed, 6 Jul 2022 17:19:07 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'README.md'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 4b5ee45..f75258c 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,20 @@ This project is built using [react-admin](https://marmelab.com/react-admin/). +``` +curl -sL https://deb.nodesource.com/setup_14.x | sudo -E bash - + +## Run `sudo apt-get install -y nodejs` to install Node.js 14.x and npm +## You may also need development tools to build native addons: + sudo apt-get install gcc g++ make +## To install the Yarn package manager, run: + curl -sL https://dl.yarnpkg.com/debian/pubkey.gpg | gpg --dearmor | sudo tee /usr/share/keyrings/yarnkey.gpg >/dev/null + echo "deb [signed-by=/usr/share/keyrings/yarnkey.gpg] https://dl.yarnpkg.com/debian stable main" | sudo tee /etc/apt/sources.list.d/yarn.list + sudo apt-get update && sudo apt-get install yarn + + +``` + ## Usage ### Supported Synapse