Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sipsuru authored Nov 10, 2024
1 parent 825ff37 commit 8e6a620
Showing 1 changed file with 22 additions and 22 deletions.
44 changes: 22 additions & 22 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,34 +42,34 @@

- ## Project Setup

### Install
- ### Install

```bash
$ npm install
```
```bash
$ npm install
```

### Development
- ### Development

```bash
$ npm run dev
```
```bash
$ npm run dev
```

### Build Unpack
- ### Build Unpack

```bash
# For Running OS
$npm run build:unpack
```
```bash
# For Running OS
$npm run build:unpack
```

### Build
- ### Build

```bash
# For Windows
$ npm run build:win
```bash
# For Windows
$ npm run build:win
# For macOS
$ npm run build:mac
# For macOS
$ npm run build:mac
# For Linux
$ npm run build:linux
```
# For Linux
$ npm run build:linux
```

0 comments on commit 8e6a620

Please sign in to comment.