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

Fix copy env.example step #24

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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