Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #1840

Merged
merged 1 commit into from
Oct 19, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,11 +83,11 @@ Click here to try out the immudb web console access in an [online demo environme

### Getting immudb running: executable

You may download the immudb binary from [the latest releases on Github](https://github.com/codenotary/immudb/releases/latest). Once you have downloaded immudb, rename it to `immudb`, make sure to mark it as executable, then run it. The following example shows how to obtain v1.9DOM for linux amd64:
You may download the immudb binary from [the latest releases on Github](https://github.com/codenotary/immudb/releases/latest). Once you have downloaded immudb, rename it to `immudb`, make sure to mark it as executable, then run it. The following example shows how to obtain v1.9DOM.0 for linux amd64:

```bash
wget https://github.com/codenotary/immudb/releases/download/v1.9DOM/immudb-v1.9DOM-linux-amd64
mv immudb-v1.9DOM-linux-amd64 immudb
wget https://github.com/codenotary/immudb/releases/download/v1.9DOM.0/immudb-v1.9DOM.0-linux-amd64
mv immudb-v1.9DOM.0-linux-amd64 immudb
chmod +x immudb

# run immudb in the foreground to see all output
Expand Down