Skip to content

Commit

Permalink
chore: Fix download instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
kichik authored Jan 22, 2024
1 parent 48bc6d0 commit e2b795b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Download latest version with:

```bash
LATEST_VERSION=`curl -w "%{redirect_url}" -fsS https://github.com/CloudSnorkel/standalone-soci-indexer/releases/latest | grep -oE "[^/]+$"`
curl -fsSL https://github.com/CloudSnorkel/standalone-soci-indexer/releases/download/v${LATEST_VERSION}/standalone-soci-indexer_Linux_`uname -m`.tar.gz | tar xz
curl -fsSL https://github.com/CloudSnorkel/standalone-soci-indexer/releases/download/${LATEST_VERSION}/standalone-soci-indexer_Linux_x86_64.tar.gz | tar xz
```

Use it to pull an image, index it, and push a SOCI snapshot with:
Expand Down

0 comments on commit e2b795b

Please sign in to comment.