Skip to content

Commit ceb7696

Browse files
committed
fix: Quick Start section
1 parent 05228d0 commit ceb7696

1 file changed

Lines changed: 1 addition & 11 deletions

File tree

README.md

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -40,17 +40,7 @@
4040

4141
[![Deploy on Railway](https://railway.com/button.svg)](https://railway.com/deploy/MGW3k1?referralCode=OEHlEK&utm_medium=integration&utm_source=template&utm_campaign=generic)
4242

43-
Or with Docker:
44-
45-
```bash
46-
docker run -p 3000:3000 \
47-
-e STORAGE_MODE=s3 \
48-
-e S3_BUCKET_NAME=my-bucket \
49-
-e AWS_REGION=us-east-1 \
50-
axelmarciano/expo-open-ota
51-
```
52-
53-
Then configure your Expo app to point to your server — see the [full documentation](https://axelmarciano.github.io/expo-open-ota/).
43+
And follow the [Quick Start guide](https://axelmarciano.github.io/expo-open-ota/docs/getting-started/quick-start) to get up and running in minutes.
5444

5545
## Storage Options
5646

0 commit comments

Comments
 (0)