mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-01-01 16:49:38 +00:00
Adding linux and ppa install to readme
This commit is contained in:
parent
b5e83d8866
commit
cc84349d6d
2 changed files with 61 additions and 5 deletions
|
|
@ -6,8 +6,7 @@
|
|||
"scripts": {
|
||||
"dev": "node index.js",
|
||||
"start": "node index.js",
|
||||
"client": "cd client && npm install && npm run generate-client",
|
||||
"generate-client": "cd client && npm run generate",
|
||||
"client": "cd client && npm install && npm run generate",
|
||||
"prod": "npm run client && npm install && node prod.js",
|
||||
"build-win": "npm run build-prep && pkg -t node12-win-x64 -o ./dist/win/audiobookshelf .",
|
||||
"build-linux": "chmod -R 775 build && build/linuxpackager"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue