diff --git a/docs/src/getting-started/building/source.md b/docs/src/getting-started/building/source.md
index 420244e51..ed7bf3ab9 100644
--- a/docs/src/getting-started/building/source.md
+++ b/docs/src/getting-started/building/source.md
@@ -18,7 +18,6 @@ git clone git@github.com:eigerco/polka-storage.git
cd polka-storage
```
-
## System dependencies
To build the binaries directly on your system you will need the following tools:
@@ -44,6 +43,11 @@ $ sudo apt install -y libhwloc-dev \
curl
```
+
+
## Using Nix
You can use Nix to simplify the building process,
diff --git a/docs/src/getting-started/index.md b/docs/src/getting-started/index.md
index c72202470..565629c4c 100644
--- a/docs/src/getting-started/index.md
+++ b/docs/src/getting-started/index.md
@@ -7,6 +7,7 @@ This chapter goes through the process of setting up, running, and trying out the
Before proceeding with the setup, please ensure the host system meets the following requirements:
- **OS**: Linux x86_64/MacOS ARM x64
+ - [Precompiled binaries](./local-testnet/index.md#native-binaries) were compiled under Ubuntu 24.04.1 LTS (glibc 2.39+).
- **RAM**: Minimum 8GB, recommended 16GB or more
## Guides
diff --git a/docs/src/getting-started/local-testnet/index.md b/docs/src/getting-started/local-testnet/index.md
index d05dadb71..7ac2498eb 100644
--- a/docs/src/getting-started/local-testnet/index.md
+++ b/docs/src/getting-started/local-testnet/index.md
@@ -9,7 +9,7 @@ Charlie will be our contact point to the parachain network.
## Native Binaries
The binaries for the latest releases are available to download and can be run without any additional dependencies.
-We support `Linux x86_64` and `MacOS ARM x64`. The commands below will download:
+We support `Linux x86_64 (Ubuntu 24.04.1 LTS/glibc 2.39+)` and `MacOS ARM x64`. The commands below will download:
- [Relay Chain](https://github.com/paritytech/polkadot-sdk/releases) binaries (`polkadot`, `polkadot-prepare-worker`, `polkadot-execute-worker`),
- Polka Storage Parachain binary (`polka-storage-node`),
diff --git a/docs/src/introduction.md b/docs/src/introduction.md
index 2532ce57b..30c3eeb62 100644
--- a/docs/src/introduction.md
+++ b/docs/src/introduction.md
@@ -23,8 +23,6 @@ We've now completed Phase 2 and have started work on Phase 3.
- Proof of Replication
- Proof of Spacetime
-
-
We also present a complete [real-world scenario](./getting-started/demo-file-store.md) in which a [Storage Provider](./glossary.md#storage-provider) and a [Storage User](./glossary.md#storage-user) negotiate a deal, perform all the steps necessary to start the storage and then receive rewards (or punishments) for making it happen.
**The Polka Storage project currently provides:**