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

Commit

Permalink
Merge pull request #24 from KeisukeYamashita/fix-copy-env-sample-step
Browse files Browse the repository at this point in the history
Fix copy env.example step
  • Loading branch information
guacamole authored Nov 23, 2021
2 parents b903445 + eb18da3 commit cace317
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 cace317

Please sign in to comment.