From cea4439e11349fd09914cc687f455e043b8db9ce Mon Sep 17 00:00:00 2001 From: Jannis R Date: Wed, 21 Dec 2022 14:56:21 +0100 Subject: [PATCH] =?UTF-8?q?fix=20readme=20=F0=9F=93=9D;=206.0.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- readme.md | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 2cda992..59b6d04 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "private": true, "name": "db-rest", "description": "A clean REST API wrapping around the Deutsche Bahn API.", - "version": "5.0.2", + "version": "6.0.0", "type": "module", "main": "index.js", "author": "Jannis R ", diff --git a/readme.md b/readme.md index 928d0a4..b19bda6 100644 --- a/readme.md +++ b/readme.md @@ -33,7 +33,8 @@ docker run -d -p 3000:3000 derhuerst/db-rest:6 git clone https://github.com/derhuerst/db-rest.git cd db-rest git checkout 6 -npm install --production +npm install +npm run build redis-server & npm start