1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-11 00:08:30 +01:00

docs: point link to unleash/unleash instead of unleash-docker (#3434)

## why

This link used to post to the now-outdated unleash-docker repo. They
should instead go directly to the unleash repo now.
This commit is contained in:
Thomas Heartman 2023-03-31 12:42:34 +02:00 committed by GitHub
parent 6d5bb68706
commit 1ab3a338c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -63,7 +63,7 @@ docker run -p 4242:4242 \
**Steps:**
1. Clone the [Unleash repository](https://github.com/Unleash/unleash-docker).
1. Clone the [Unleash repository](https://github.com/Unleash/unleash).
2. Run `docker compose up -d` in repository root folder.
### Option 3 - from Node.js {#option-three---from-nodejs}