From 4a555d02d532844fa6cede8e991627feb1b3a6f1 Mon Sep 17 00:00:00 2001 From: Ruben Barkow-Kuder Date: Thu, 19 May 2022 06:52:58 +0200 Subject: [PATCH] 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.