From f440af090e856b7415bbc5554d8afecf3615af94 Mon Sep 17 00:00:00 2001 From: luoxin Date: Sat, 11 Jul 2020 17:18:58 +0800 Subject: [PATCH 1/5] fix npm install bug --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 66b8e7b73..c84af11c6 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,17 @@ The site is built automatically with every push thanks to a [GH Actions](https:/ If you want to build it locally, follow these simple steps: +If you use windows, please execute + +```js +npm install -g gifsicle +`` +perhaps + +```js +cnpm install gifsicle +``` + ```js cd website npm install From 5de52d4ce433d062d26da3e5ebd0de8a70429f44 Mon Sep 17 00:00:00 2001 From: luoxin Date: Sat, 11 Jul 2020 17:20:37 +0800 Subject: [PATCH 2/5] fix npm install linux mac bug --- README.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c84af11c6..69da90c38 100644 --- a/README.md +++ b/README.md @@ -12,13 +12,26 @@ If you use windows, please execute ```js npm install -g gifsicle -`` +``` perhaps ```js cnpm install gifsicle ``` +If you use Linux, please execute + +```shell +apt-get update +apt-get install dh-autoreconf +``` + +If you use MacOS, please execute it first + +```shell +brew install automake +``` + ```js cd website npm install From 9dd85bcbe759c63ab7b698c725d743c37d8c806f Mon Sep 17 00:00:00 2001 From: luoxin Date: Sat, 11 Jul 2020 21:39:04 +0800 Subject: [PATCH 3/5] add Install dependencies --- README.md | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 69da90c38..ece2004ce 100644 --- a/README.md +++ b/README.md @@ -2,24 +2,19 @@ This is The Jitsi Handbook. Your one-stop-shop for Jitsi documentation. It's powered by [Docusaurus](https://docusaurus.io/). -## Building the site - -The site is built automatically with every push thanks to a [GH Actions](https://github.com/jitsi/handbook/blob/master/.github/workflows/gh-pages.yml). - -If you want to build it locally, follow these simple steps: +## Install dependencies If you use windows, please execute ```js npm install -g gifsicle ``` -perhaps - +alternative command ```js cnpm install gifsicle ``` -If you use Linux, please execute +If you use Debian/Ubuntu, please execute ```shell apt-get update @@ -32,6 +27,12 @@ If you use MacOS, please execute it first brew install automake ``` +## Building the site + +The site is built automatically with every push thanks to a [GH Actions](https://github.com/jitsi/handbook/blob/master/.github/workflows/gh-pages.yml). + +If you want to build it locally, follow these simple steps: + ```js cd website npm install From c6290493c4280167b7f8c4bce541353b345ef340 Mon Sep 17 00:00:00 2001 From: luoxin Date: Sat, 11 Jul 2020 22:18:01 +0800 Subject: [PATCH 4/5] update font style --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ece2004ce..1bdc7560c 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ This is The Jitsi Handbook. Your one-stop-shop for Jitsi documentation. It's pow ## Install dependencies -If you use windows, please execute +If you use **Windows**, you need install ```gifsicle```: ```js npm install -g gifsicle @@ -14,14 +14,14 @@ alternative command cnpm install gifsicle ``` -If you use Debian/Ubuntu, please execute +If you use **Debian/Ubuntu**, you need install ```gifsicle```: ```shell apt-get update apt-get install dh-autoreconf ``` -If you use MacOS, please execute it first +If you use **MacOS**, you need install ```gifsicle```: ```shell brew install automake From 9db73698499a8ce970f50089230089400f061fe8 Mon Sep 17 00:00:00 2001 From: luoxin Date: Sat, 11 Jul 2020 22:40:24 +0800 Subject: [PATCH 5/5] update font error --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1bdc7560c..32151a6b7 100644 --- a/README.md +++ b/README.md @@ -14,14 +14,14 @@ alternative command cnpm install gifsicle ``` -If you use **Debian/Ubuntu**, you need install ```gifsicle```: +If you use **Debian/Ubuntu**, you need install ```dh-autoreconf```: ```shell apt-get update apt-get install dh-autoreconf ``` -If you use **MacOS**, you need install ```gifsicle```: +If you use **MacOS**, you need install ```automake```: ```shell brew install automake