Modify README.md.

This commit is contained in:
hodanov 2023-05-28 17:30:06 +09:00
parent ee18686361
commit 116d8db88d

View File

@ -30,7 +30,7 @@ To use the script, execute the below.
``` ```
1. git clone the repository. 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. 3. Open the Makefile and set prompts.
4. Execute `make run` command. 4. Execute `make run` command.
``` ```