mirror of
https://codeberg.org/emersion/gamja.git
synced 2024-11-14 10:55:06 -05:00
readme: switch from --production to --omit=dev
The former is deprecated.
This commit is contained in:
parent
afa09cfc25
commit
18fa0ebc6a
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ Requires an IRC WebSocket server.
|
|||
|
||||
First install dependencies:
|
||||
|
||||
npm install --production
|
||||
npm install --omit=dev
|
||||
|
||||
Then [configure an HTTP server] to serve the gamja files.
|
||||
|
||||
|
|
Loading…
Reference in a new issue