fix readme 📝; 6.0.0
This commit is contained in:
parent
44b7d6f3ce
commit
cea4439e11
2 changed files with 3 additions and 2 deletions
|
@ -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>",
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue