Skip to content

Commit 3b8981a

Browse files
authored
Update README.md
1 parent 8e60c0b commit 3b8981a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ These commands will get you started with the simplest version of Sidekick. It wi
1212
Go to [Sequence Builder](https://sequence.build/), login or signup, create a project, go to "Embedded Wallet" and copy your "Project Access Key"
1313

1414
```
15-
docker run -p -e SEQUENCE_PROJECT_ACCESS_KEY=... 7500:7500 ghcr.io/0xsequence/sidekick:latest
15+
docker run -p 7500:7500 -e SEQUENCE_PROJECT_ACCESS_KEY=... ghcr.io/0xsequence/sidekick:latest
1616
```
1717

1818
If you don't provide an BACKEND_WALLET_PV_KEY environment variable, a temporary dev private key will be generated for you inside a dev.key file, you can keep using this for developemnt and testing but DO NOT USE THIS FOR PRODUCTION.

0 commit comments

Comments
 (0)