From 17250c678dd6bbd9d74ca4da6d2127ae4c58e3ef Mon Sep 17 00:00:00 2001 From: msramalho <19508417+msramalho@users.noreply.github.com> Date: Tue, 22 Mar 2022 11:55:37 +0100 Subject: [PATCH] adjust README instructions --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2694ece..c29eb4a 100644 --- a/README.md +++ b/README.md @@ -21,9 +21,9 @@ Read Bellingcat's article about this project in ## Development * Use **node v14.x.x** * `npm install` to setup -* `cp example.config.js config.js` create config file +* adjust any local configs in [config.js](config.js) * `CONFIG=config.js npm run dev` or `npm run dev` if the file is named config.js * For more info visit the [original repo](https://github.com/forensic-architecture/timemap) ## Contributing -Please check our [issues page](https://github.com/bellingcat/ukraine-timemap) for desired contributions, and feel free to suggest your own. \ No newline at end of file +Please check our [issues page](https://github.com/bellingcat/ukraine-timemap/issues) for desired contributions, and feel free to suggest your own. \ No newline at end of file