Skip to content

Commit 726872a

Browse files
authored
Specify the language of the code
1 parent fa701cc commit 726872a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

INTRODUCTION.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@ Application to launcher the products the company offers.
33

44
## Building the application.
55
Install NodeJS 20 on your machine. And goto the project root and run following commands.
6-
```
6+
```bash
77
npm run install
88
```
99
In order to generate the executables. Run following.
10-
```
10+
```bash
1111
npm run package
1212
```
1313
To generate executables for all platforms run following.
14-
```
14+
```bash
1515
npm run package-all
1616
```
1717

0 commit comments

Comments
 (0)