Skip to content
This repository has been archived by the owner on Jan 9, 2023. It is now read-only.

Commit

Permalink
Fix copy env.sample step
Browse files Browse the repository at this point in the history
Signed-off-by: KeisukeYamashita <[email protected]>
  • Loading branch information
KeisukeYamashita committed Nov 23, 2021
1 parent b903445 commit eb18da3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit eb18da3

Please sign in to comment.