From 5f3145280dc0a094407fb60345c514122d010f78 Mon Sep 17 00:00:00 2001 From: hodanov <1031hoda@gmail.com> Date: Mon, 3 Jul 2023 08:38:03 +0900 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 710fb9c..54124b6 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ Please see [the documentation of Modal](https://modal.com/docs/guide) for modals To use the script, execute the below. 1. git clone the repository. -2. Create the `./setup_files/.env` file and set a huggingface API token with reference to `./setup_files/.env.example`. +2. Create the `.env` file and set a huggingface API token with reference to `.env.example`. 3. Copy `./setup_files/config.sample.yml` to `./setup_files/config.yml` 4. Open the Makefile and set prompts. 5. Execute `make deploy` command. An application will be deployed to Modal.