From eb18da39c78d6252d8ab44c12a684f0e15b55374 Mon Sep 17 00:00:00 2001 From: KeisukeYamashita <19yamashita15@gmail.com> Date: Tue, 23 Nov 2021 11:30:50 +0900 Subject: [PATCH] Fix copy env.sample step Signed-off-by: KeisukeYamashita <19yamashita15@gmail.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 76a71e5..c409362 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ npm install # or yarn install 3. Make a copy of the `env.example` file: ```sh -cp env.example .env +cp .env.example .env ``` > Note that here you must make sure you have the **OpenRegistry Backend** running on your local system.