From b94534d0e053782b0b5c3f890fdf69dc15cba022 Mon Sep 17 00:00:00 2001 From: KitaitiMakoto Date: Sun, 6 Dec 2020 22:57:59 +0000 Subject: [PATCH] Fix typos (#102) Fix typos Co-authored-by: Kitaiti Makoto Reviewed-on: https://git.joinplu.me/plume/documentation/pulls/102 --- source/installation/with/prebuilt.html.md | 2 +- source/update/prebuilt.html.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/source/installation/with/prebuilt.html.md b/source/installation/with/prebuilt.html.md index aebdb45..73aa431 100644 --- a/source/installation/with/prebuilt.html.md +++ b/source/installation/with/prebuilt.html.md @@ -9,7 +9,7 @@ You will need to have `wget` installed for this method to work. To download and install the latest release, first define the following variable in your shell: -- `DOWNLOAD_URI`: URI of archived binary file. You may find it at https://git.joinplu.me/Plume/Plume/releases. It includes database name `postgresP` or `sqlite` in the file name. Choose which you want. +- `DOWNLOAD_URI`: URI of archived binary file. You may find it at https://git.joinplu.me/Plume/Plume/releases. It includes database name `postgres` or `sqlite` in the file name. Choose which you want. Then run these commands: diff --git a/source/update/prebuilt.html.md b/source/update/prebuilt.html.md index e29434c..75d25fb 100644 --- a/source/update/prebuilt.html.md +++ b/source/update/prebuilt.html.md @@ -6,7 +6,7 @@ Prebuilt binaries are only available for 64 bits Linux machines. You'll need to define a variable in your shell first: -- `DOWNLOAD_URI`: URI of archived binary file. You may find it at https://git.joinplu.me/Plume/Plume/releases. It includes database name `postgresP` or `sqlite` in the file name. Choose which you want. +- `DOWNLOAD_URI`: URI of archived binary file. You may find it at https://git.joinplu.me/Plume/Plume/releases. It includes database name `postgres` or `sqlite` in the file name. Choose which you want. Then run these commands: