Rectified bash part in README
This commit is contained in:
parent
4675d0e59f
commit
338ac9d8a5
@ -5,9 +5,9 @@ This is a Buzzword Bingo generator for IT buzzwords, based on [Next.js](https://
|
|||||||
To build and run, execute:
|
To build and run, execute:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
npm i
|
$ npm i
|
||||||
npm run build
|
$ npm run build
|
||||||
node start
|
$ npm run start
|
||||||
```
|
```
|
||||||
|
|
||||||
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
|
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
|
||||||
|
Loading…
Reference in New Issue
Block a user