mirror of
https://github.com/Akif9748/akf-forum.git
synced 2024-11-26 05:10:41 +03:00
npm restart => node reset
This commit is contained in:
parent
55100424be
commit
173d912292
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ A Node.js based forum software.
|
||||||
## Installation
|
## Installation
|
||||||
- Clone this repo. Or download it.
|
- Clone this repo. Or download it.
|
||||||
- Write `npm i` to install **dependencies**.
|
- Write `npm i` to install **dependencies**.
|
||||||
- Write `npm restart` for **reset database**, and `npm start` for run it.
|
- Write `node reset` for **reset database**, and `npm start` for run it.
|
||||||
- Note, the reset database is important!
|
- Note, the reset database is important!
|
||||||
|
|
||||||
## API
|
## API
|
||||||
|
|
Loading…
Reference in a new issue