about summary refs log tree commit diff
path: root/README.md
diff options
context:
space:
mode:
authorClaire <claire.github-309c@sitedethib.com>2022-01-16 16:55:41 +0100
committerGitHub <noreply@github.com>2022-01-16 16:55:41 +0100
commit462bc65112276f4cbfbeb1efd8cd452fda7d0f23 (patch)
tree8e3eec35444c7053f0ed262732be31a6725da214 /README.md
parent8e84ebf0cb211c1d94145399b05c9f2ad0e4d4b0 (diff)
Add line about using vagrant-hostsupdater in the Vagrant short guide (#17243)
This is documented in the Vagrantfile, but not in the README. As far as I know,
following the short guide without installing this plugin will not make the
container accessible at mastodon.local, thus breaking the last step of the
guide.
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 59e9779c6..8aa575b45 100644
--- a/README.md
+++ b/README.md
@@ -77,6 +77,7 @@ The repository includes deployment configurations for **Docker and docker-compos
 A **Vagrant** configuration is included for development purposes. To use it, complete following steps:
 
 - Install Vagrant and Virtualbox
+- Install the `vagrant-hostsupdater` plugin: `vagrant plugin install vagrant-hostsupdater`
 - Run `vagrant up`
 - Run `vagrant ssh -c "cd /vagrant && foreman start"`
 - Open `http://mastodon.local` in your browser