From 47446a2b2611b7eff3285907bc620d1a0dacfb8d Mon Sep 17 00:00:00 2001 From: Slavi Pantaleev Date: Wed, 6 Jun 2018 17:21:04 +0300 Subject: [PATCH] Fix README typos --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8bfa04ce..ec9bb636 100644 --- a/README.md +++ b/README.md @@ -206,7 +206,7 @@ Feel free to re-run this any time you think something is off with the server con Run this if you'd like to import your database from a previous default installation of Matrix Synapse. (don't forget to import your `media_store` files as well - see below). -While this playbook always sets up PostgreSQL, by default, a Matrix Synapse installation would run +While this playbook always sets up PostgreSQL, by default a Matrix Synapse installation would run using an SQLite database. If you have such a Matrix Synapse setup and wish to migrate it here (and over to PostgreSQL), this command is for you. @@ -283,7 +283,7 @@ However, if you've installed this on some server where you have other stuff you - delete the Matrix-related systemd .service files (`rm -f /etc/systemd/system/matrix*`) and reload systemd (`systemctl daemon-reload`) -- delete all Matrix-related cronjobs (`rm -f /etc/cron.d/matrix*'`) +- delete all Matrix-related cronjobs (`rm -f /etc/cron.d/matrix*`) - delete some helper scripts (`rm -f /usr/local/bin/matrix*`) @@ -322,4 +322,4 @@ This Ansible playbook can be improved in the following ways: Matrix room: [#matrix-docker-ansible-deploy:devture.com](https://matrix.to/#/#matrix-docker-ansible-deploy:devture.com) -Github issues: [spantaleev/matrix-docker-ansible-deploy/issues](https://github.com/spantaleev/matrix-docker-ansible-deploy/issues) \ No newline at end of file +Github issues: [spantaleev/matrix-docker-ansible-deploy/issues](https://github.com/spantaleev/matrix-docker-ansible-deploy/issues)