From 1b037a7adfba02f57f50cd51da2668f4f6a763b0 Mon Sep 17 00:00:00 2001
From: Yassine Doghri <yassine@doghri.fr>
Date: Sat, 4 Feb 2023 11:34:15 +0000
Subject: [PATCH] docs: add ntp requirement to validate federation's incoming
 requests

---
 .gitignore                          | 1 +
 docs/src/getting-started/install.md | 2 ++
 2 files changed, 3 insertions(+)

diff --git a/.gitignore b/.gitignore
index 35dd729035..d54743dc4b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -126,6 +126,7 @@ nb-configuration.xml
 
 # Visual Studio Code
 .vscode/
+tmp/
 
 /results/
 /phpunit*.xml
diff --git a/docs/src/getting-started/install.md b/docs/src/getting-started/install.md
index c68be846b2..a94f723e35 100644
--- a/docs/src/getting-started/install.md
+++ b/docs/src/getting-started/install.md
@@ -22,6 +22,8 @@ If you prefer using Docker, you may skip this and go straight to the
 - PHP v8.1 or higher
 - MySQL version 5.7 or higher or MariaDB version 10.2 or higher
 - HTTPS support
+- An [ntp-synced clock](https://wiki.debian.org/NTP) to validate federation's
+  incoming requests
 
 ### PHP v8.1 or higher
 
-- 
GitLab