From 352c6c73eab40a396711b817148e812cd77e2207 Mon Sep 17 00:00:00 2001 From: Zetaphor Date: Thu, 22 Jun 2023 19:39:52 -0300 Subject: [PATCH] Add Ubuntu dependency to README (#92) * Add Ubuntu dependency Resolve #81 * Update README.md Change Ubuntu to Debian --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c83bcd5..fdcbafe 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ This provides an easy way to install [Lemmy](https://github.com/LemmyNet/lemmy) To run this ansible playbook, you need to: -- Have a server / VPS where lemmy will run. +- Have a Debian-based server / VPS where lemmy will run. - Configure a DNS `A` Record to point at your server's IP address. - Make sure you can ssh to it, with a sudo user: `ssh @` - Install [Ansible](https://docs.ansible.com/ansible/latest/installation_guide/intro_installation.html) on your **local** machine (do not install it on your destination server).