@@ -37,14 +37,14 @@ A Golang application that monitors a directory for Solana snapshot files, proces
3737### Building from Source
3838
3939``` bash
40- git clone https://github.com/maestroi/anza -snapshot-uploader.git
41- cd anza -snapshot-uploader
40+ git clone https://github.com/maestroi/agave -snapshot-uploader.git
41+ cd agave -snapshot-uploader
4242go build -o snapshot-monitor ./cmd/snapshot-monitor
4343```
4444
4545### Using Pre-built Binaries
4646
47- You can download pre-built binaries from the [ Releases] ( https://github.com/maestroi/anza -snapshot-uploader/releases ) page. Each release includes:
47+ You can download pre-built binaries from the [ Releases] ( https://github.com/maestroi/agave -snapshot-uploader/releases ) page. Each release includes:
4848
4949- A Linux binary (` snapshot-monitor-linux-amd64 ` )
5050- A deployment package (` snapshot-monitor-vX.Y.Z.tar.gz ` ) containing:
@@ -173,7 +173,7 @@ sudo systemctl start snapshot-monitor
1731731. Pull the Docker image :
174174
175175` ` ` bash
176- docker pull ghcr.io/maestroi/anza -snapshot-uploader:latest
176+ docker pull ghcr.io/maestroi/agave -snapshot-uploader:latest
177177` ` `
178178
1791792. Run the container :
@@ -186,7 +186,7 @@ docker run -d \
186186 -e S3_BUCKET=solana-snapshots \
187187 -e S3_ACCESS_KEY=your-access-key \
188188 -e S3_SECRET_KEY=your-secret-key \
189- ghcr.io/maestroi/anza -snapshot-uploader:latest
189+ ghcr.io/maestroi/agave -snapshot-uploader:latest
190190` ` `
191191
192192# ## Running with Docker Compose
@@ -290,13 +290,13 @@ This project uses GitHub Actions for continuous integration and deployment:
290290Docker images are available from the GitHub Container Registry :
291291
292292` ` ` bash
293- docker pull ghcr.io/maestroi/anza -snapshot-uploader:latest
293+ docker pull ghcr.io/maestroi/agave -snapshot-uploader:latest
294294` ` `
295295
296296You can also use a specific version :
297297
298298` ` ` bash
299- docker pull ghcr.io/maestroi/anza -snapshot-uploader:v1.0.0
299+ docker pull ghcr.io/maestroi/agave -snapshot-uploader:v1.0.0
300300` ` `
301301
302302# # License
0 commit comments