Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,25 +10,25 @@ An Electron application with Vue and TypeScript

### Install

```bash
$ pnpm install
```shell
pnpm install
```

### Development

```bash
$ pnpm dev
```shell
pnpm dev
```

### Build

```bash
```shell
# For windows
$ pnpm build:win
pnpm build:win

# For macOS
$ pnpm build:mac
pnpm build:mac

# For Linux
$ pnpm build:linux
pnpm build:linux
```