npm restart => node reset

This commit is contained in:
Akif9748 2022-04-06 21:34:10 +03:00
parent 55100424be
commit 173d912292
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ A Node.js based forum software.
## Installation
- Clone this repo. Or download it.
- 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!
## API