Add Ubuntu dependency to README (#92)

* Add Ubuntu dependency

Resolve #81

* Update README.md

Change Ubuntu to Debian
This commit is contained in:
Zetaphor 2023-06-22 19:39:52 -03:00 committed by GitHub
parent b56616fcc9
commit 352c6c73ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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 <your-user>@<your-domain>`
- 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).