Skip to content

Commit

Permalink
docs: update README.md, change shell to sh
Browse files Browse the repository at this point in the history
  • Loading branch information
nezutero authored Nov 23, 2023
1 parent 418b48a commit 14c5c5e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,27 +2,27 @@

## Installation

```shell
```sh
git clone https://github.com/seadclub/seadclub.online
```

- Install all dependencies

```shell
```sh
yarn install
```

## Usage

- Run

```shell
```sh
yarn start
```

- Run in dev mode

```shell
```sh
yarn dev
```

Expand Down

0 comments on commit 14c5c5e

Please sign in to comment.