Add Ubuntu dependency to README (#92)
* Add Ubuntu dependency Resolve #81 * Update README.md Change Ubuntu to Debian
This commit is contained in:
parent
b56616fcc9
commit
352c6c73ea
1 changed files with 1 additions and 1 deletions
|
@ -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).
|
||||
|
|
Loading…
Reference in a new issue