From 116d8db88d80f65981d604cdd6db631f538b1943 Mon Sep 17 00:00:00 2001 From: hodanov <1031hoda@gmail.com> Date: Sun, 28 May 2023 17:30:06 +0900 Subject: [PATCH] Modify README.md. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fd573ff..f3c60c3 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ To use the script, execute the below. ``` 1. git clone the repository. -2. Open the .env file and set a huggingface API token and a model. +2. Create the `.env` file and set a huggingface API token and a model with reference to `.env.example`. 3. Open the Makefile and set prompts. 4. Execute `make run` command. ```