Skip to content

Commit c927164

Browse files
committed
Update documentation
1 parent d0e4243 commit c927164

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/root/manual/developer-docs/nodes/mithril-aggregator.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ This is the node of the **Mithril Network** responsible for collecting individua
3939

4040
* Install OpenSSL development libraries, for example on Ubuntu/Debian/Mint run `apt install libssl-dev`
4141

42-
* Ensure SQLite3 library is installed on your system and its version is at least `3.35` (released Apr. 2021) on Debian/Ubuntu: `apt install libsqlite3` and `sqlite3 --version`.
42+
* Ensure SQLite3 library is installed on your system and its version is at least `3.40`. Run `sqlite3 --version` to check your version.
4343

4444
## Download source
4545

docs/root/manual/getting-started/run-mithril-devnet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ More information about this private Cardano/Mithril `devnet` is available [here]
3939

4040
* Install OpenSSL development libraries, for example on Ubuntu/Debian/Mint run `apt install libssl-dev`
4141

42-
* Ensure SQLite3 library is installed on your system and its version is at least `3.35` (released Apr. 2021) on Debian/Ubuntu: `apt install libsqlite3` and `sqlite3 --version`.
42+
* Ensure SQLite3 library is installed on your system and its version is at least `3.40`. Run `sqlite3 --version` to check your version.
4343

4444
## Download source
4545

mithril-aggregator/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ This is a first version of the Mithril Aggregagator
1212

1313
- Install a [correctly configured](https://www.rust-lang.org/learn/get-started) Rust toolchain (latest stable version).
1414
- Install OpenSSL development libraries, for example on Ubuntu/Debian/Mint run `apt install libssl-dev`
15-
- Ensure `libsqlite3` is installed on your system and check its version is at least `3.35`. Run `apt install libsqlite3` and `sqlite3 --version`
15+
- Ensure `libsqlite3` is installed on your system and check its version is at least `3.40`. Run `sqlite3 --version` to check your version.
1616

1717
## Mithril test networks
1818

0 commit comments

Comments
 (0)