Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroiraz committed Oct 19, 2023
1 parent c70e4c4 commit 3a212c2
Showing 1 changed file with 3 additions and 3 deletions.
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

0 comments on commit 3a212c2

Please sign in to comment.