From e6e8558f7784589f69f25cdbc7578163781876f4 Mon Sep 17 00:00:00 2001 From: Ruben Barkow-Kuder Date: Thu, 19 May 2022 06:35:34 +0200 Subject: [PATCH 1/2] Readme: yarn upgrade before install Signed-off-by: Ruben Barkow-Kuder github@r.z11.de --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index da8cae8..6ccdd7d 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,7 @@ Community Map ``` git clone https://github.com/freifunk/cmap.api.freifunk.net.git cd cmap.api.freifunk.net +yarn upgrade yarn install node server.js ``` From 4a555d02d532844fa6cede8e991627feb1b3a6f1 Mon Sep 17 00:00:00 2001 From: Ruben Barkow-Kuder Date: Thu, 19 May 2022 06:52:58 +0200 Subject: [PATCH 2/2] Readme: - add hint to copy config.json.sample - change continent in footnote Signed-off-by: Ruben Barkow-Kuder --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6ccdd7d..e39a71b 100644 --- a/README.md +++ b/README.md @@ -7,8 +7,9 @@ Community Map ``` git clone https://github.com/freifunk/cmap.api.freifunk.net.git cd cmap.api.freifunk.net -yarn upgrade yarn install +cp config.json.sample config.json +# maybe edit your config.json node server.js ``` @@ -42,4 +43,4 @@ Community map accepts options as JSON object ## Contribute -The community map is a fun & visual way to know more about open-source communities across Asia. If you think there are cool features that can be integrated in the map, you can let us know by opening an issue, or sending pull requests. Bug reports are equally welcomed. +The community map is a fun & visual way to know more about open-source communities across Germany. If you think there are cool features that can be integrated in the map, you can let us know by opening an issue, or sending pull requests. Bug reports are equally welcomed.