Skip to content

Commit 3a212c2

Browse files
committed
Update README.md
1 parent c70e4c4 commit 3a212c2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,11 +83,11 @@ Click here to try out the immudb web console access in an [online demo environme
8383

8484
### Getting immudb running: executable
8585

86-
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:
86+
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:
8787

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

9393
# run immudb in the foreground to see all output

0 commit comments

Comments
 (0)