From d53a034661c0c49136fcbbe81be5f2c5d460ab9d Mon Sep 17 00:00:00 2001 From: Dessalines Date: Sat, 9 Oct 2021 11:34:31 -0400 Subject: [PATCH] Change name. --- README.md | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 143dc4d..f971e34 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ -# Lemmy-Docker-Ansible-Deploy +# Lemmy-Ansible This provides an easy way to install [Lemmy](https://github.com/LemmyNet/lemmy) on any server. ## Requirements -To run this playbook, you need to: +To run this ansible playbook, you need to: - Have a server / VPS where lemmy will run. - Configure a DNS `A` Record to point at your server's IP address. @@ -14,14 +14,11 @@ To run this playbook, you need to: ## Deploy steps -Run the following commands: - - Clone lemmy-docker-ansible-deploy: ``` -git clone https://github.com/LemmyNet/lemmy-docker-ansible-deploy.git -cd lemmy-docker-ansible-deploy +git clone https://github.com/LemmyNet/lemmy-ansible.git +cd lemmy-ansible ``` Make a directory to hold your config: