From 0b2fa63bcb8a1bbf5306ecab67d3ccb286091f21 Mon Sep 17 00:00:00 2001
From: Tobias Diekershoff <tobias.diekershoff@gmx.net>
Date: Fri, 1 Oct 2021 10:04:40 +0200
Subject: [PATCH] Vagrant: Docs add a note about the PHP dependencies

---
 doc/Vagrant.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/doc/Vagrant.md b/doc/Vagrant.md
index 94cebd7194..3751b7bc06 100644
--- a/doc/Vagrant.md
+++ b/doc/Vagrant.md
@@ -18,6 +18,7 @@ What you need to do:
 Please use an up-to-date vagrant version from https://www.vagrantup.com/downloads.html.
 2. Git clone your Friendica repository.
 Inside, you'll find a `Vagrantfile` and some scripts in the `bin/dev` folder.
+Pull the PHP requirements with `bin/composer install`.
 3. Run `vagrant up` from inside the friendica clone.
 This will start the virtual machine.
 Be patient: When it runs for the first time, it downloads a Debian Server image and installs Friendica.