Skip to content
Open
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
3 changes: 3 additions & 0 deletions src/pages/guide/node/installation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ source $HOME/.cargo/env
cargo install --git https://github.com/tempoxyz/tempo.git tempo --root /usr/local
tempo --version
```
> ⚠️ Linux Requirement: The prebuilt binaries require glibc ≥ 2.38.
> Ubuntu 22.04 ships with glibc 2.35 and is NOT supported with the prebuilt binary.
> Use Ubuntu 24.04+ or build from source instead.

## Docker

Expand Down