Skip to content

Commit e119eff

Browse files
committed
docs: add distribution disclaimer to quick start guide
- Add note about Ubuntu-specific commands - Provide guidance for other Linux distributions - Clarify that core concepts remain the same
1 parent 6fe18e1 commit e119eff

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

docs/installation-guide.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# TRUF.NETWORK Quick Installation Guide
22

3-
This guide provides step-by-step instructions for setting up a TRUF.NETWORK node on a fresh Ubuntu installation.
3+
This guide provides step-by-step instructions for setting up a TRUF.NETWORK node on a fresh server instance. While the commands are written for Ubuntu, they can be adapted for other Linux distributions with minimal changes.
4+
5+
> **Note**: This guide uses Ubuntu-specific package managers (`apt-get`) and paths. If you're using a different Linux distribution:
6+
> - Replace `apt-get` with your distribution's package manager (e.g., `yum` for RHEL/CentOS, `dnf` for Fedora)
7+
> - Adjust package names if they differ in your distribution
8+
> - The core concepts and steps remain the same
49
510
## Prerequisites Installation
611

0 commit comments

Comments
 (0)