lewtun HF staff commited on
Commit
85a8429
1 Parent(s): 8455539

Tweak README

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -39,7 +39,7 @@ pip install -r requirements.txt
39
  Next, copy the example file of environment variables:
40
 
41
  ```
42
- cp .env.examples .env
43
  ```
44
 
45
  and set the `HF_TOKEN` variable with a valid API token from the `autoevaluator` user. Finally, spin up the application by running:
39
  Next, copy the example file of environment variables:
40
 
41
  ```
42
+ cp .env.template .env
43
  ```
44
 
45
  and set the `HF_TOKEN` variable with a valid API token from the `autoevaluator` user. Finally, spin up the application by running: