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,
|
"private": true,
|
||||||
"name": "db-rest",
|
"name": "db-rest",
|
||||||
"description": "A clean REST API wrapping around the Deutsche Bahn API.",
|
"description": "A clean REST API wrapping around the Deutsche Bahn API.",
|
||||||
"version": "5.0.2",
|
"version": "6.0.0",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"author": "Jannis R <mail@jannisr.de>",
|
"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
|
git clone https://github.com/derhuerst/db-rest.git
|
||||||
cd db-rest
|
cd db-rest
|
||||||
git checkout 6
|
git checkout 6
|
||||||
npm install --production
|
npm install
|
||||||
|
npm run build
|
||||||
|
|
||||||
redis-server &
|
redis-server &
|
||||||
npm start
|
npm start
|
||||||
|
|
Loading…
Reference in a new issue