]> Untitled Git - lemmy.git/blobdiff - docs/src/administration_install_ansible.md
Updating code url references to https://github.com/LemmyNet/lemmy
[lemmy.git] / docs / src / administration_install_ansible.md
index bf5e674931adcd21e71d4feb88f4b78c008bff1b..77d901b36d60974be829e992dfe8f8004e5f792a 100644 (file)
@@ -7,7 +7,7 @@ First, you need to [install Ansible on your local computer](https://docs.ansible
 Then run the following commands on your local computer:
 
 ```bash
-git clone https://github.com/dessalines/lemmy.git
+git clone https://github.com/LemmyNet/lemmy.git
 cd lemmy/ansible/
 cp inventory.example inventory
 nano inventory # enter your server, domain, contact email
@@ -19,4 +19,4 @@ To update to a new version, just run the following in your local Lemmy repo:
 git pull origin master
 cd ansible
 ansible-playbook lemmy.yml --become
-```
\ No newline at end of file
+```