Skip to content

Commit

Permalink
remove dollars so copy works
Browse files Browse the repository at this point in the history
  • Loading branch information
Bam4d committed Dec 20, 2023
1 parent 1d0aa84 commit 6cc0c03
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,21 @@ This folder contains the documentation of the Mistral LLM setup and APIs.
### Installation

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

### Local Development

```bash
$ pnpm start
pnpm start
```

This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.

### Build

```bash
$ pnpm build
pnpm build
```

This command generates static content into the `build` directory and can be served using any static contents hosting service.
Expand All @@ -29,13 +29,13 @@ This command generates static content into the `build` directory and can be serv
Using SSH:

```bash
$ USE_SSH=true pnpm deploy
USE_SSH=true pnpm deploy
```

Not using SSH:

```bash
$ GIT_USER=<Your GitHub username> yarn deploy
GIT_USER=<Your GitHub username> yarn deploy
```

If you are using GitHub pages for hosting, this command is a convenient way to build the website and push to the `gh-pages` branch.
Expand Down

0 comments on commit 6cc0c03

Please sign in to comment.