flowing-hugs commited on
Commit
d78d0c6
·
verified ·
1 Parent(s): 769c038

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -15,7 +15,9 @@ However, you are only allowed to say one word at the time, taking turns with ano
15
 
16
  ## Develop locally
17
 
18
- Add a .env file with `VITE_MISTRAL_API_KEY=xxx`
 
 
19
 
20
  ```
21
  npm i
 
15
 
16
  ## Develop locally
17
 
18
+ You need Node.js and npm installed on your system.
19
+
20
+ Add a .env file with `VITE_MISTRAL_API_KEY=xxx` to query Mistral LLM from your local environment.
21
 
22
  ```
23
  npm i