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