Fix typos (#102)

Fix typos

Co-authored-by: Kitaiti Makoto <KitaitiMakoto@gmail.com>
Reviewed-on: #102
This commit is contained in:
KitaitiMakoto 2020-12-06 22:57:59 +00:00
parent 4c25d9dcdf
commit b94534d0e0
2 changed files with 2 additions and 2 deletions

View file

@ -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:

View file

@ -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: