fix readme 📝; 6.0.0

This commit is contained in:
Jannis R 2022-12-21 14:56:21 +01:00
parent 44b7d6f3ce
commit cea4439e11
No known key found for this signature in database
GPG key ID: 0FE83946296A88A5
2 changed files with 3 additions and 2 deletions

View file

@ -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 <mail@jannisr.de>",

View file

@ -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