diff --git a/README.md b/README.md index 63a4e30..7dec069 100644 --- a/README.md +++ b/README.md @@ -5,13 +5,13 @@ 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. @@ -19,7 +19,7 @@ This command starts a local development server and opens up a browser window. Mo ### 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. @@ -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= yarn deploy +GIT_USER= 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.