Skip to content

Commit e242216

Browse files
committed
fixed link to repo
1 parent 80fa44e commit e242216

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,8 @@ Get SnapDocs running in under 5 minutes!
9696

9797
```bash
9898
# Clone the repository
99-
git clone https://github.com/yourusername/snapdocs.git
100-
cd snapdocs
99+
mkdir snapdocs && cd snapdocs
100+
curl https://raw.githubusercontent.com/BytesCraftIO/snapdocs/refs/heads/main/docker-compose.yml -o docker-compose.yml
101101

102102
# Start all services with one command
103103
docker-compose --profile production up -d
@@ -111,7 +111,7 @@ That's it! SnapDocs is now running with all required services.
111111

112112
```bash
113113
# Clone the repository
114-
git clone https://github.com/yourusername/snapdocs.git
114+
git clone https://github.com/BytesCraftIO/snapdocs.git
115115
cd snapdocs
116116

117117
# Install dependencies
@@ -238,7 +238,7 @@ S3_SECRET_KEY=custom_minio_secret
238238
Pull the pre-built image:
239239

240240
```bash
241-
docker pull yourusername/snapdocs:latest
241+
docker pull bytescraftio/snapdocs:latest
242242
```
243243

244244
## 🤝 Contributing

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ services:
116116

117117
# Next.js Application (production only)
118118
app:
119-
image: snapdocs:latest
119+
image: bytescraftio/snapdocs:latest
120120
container_name: snapdocs-app
121121
restart: unless-stopped
122122
profiles: ["production"]

0 commit comments

Comments
 (0)