forked from plume/documentation
Fix typos (#102)
Fix typos Co-authored-by: Kitaiti Makoto <KitaitiMakoto@gmail.com> Reviewed-on: plume/documentation#102
This commit is contained in:
parent
4c25d9dcdf
commit
b94534d0e0
2 changed files with 2 additions and 2 deletions
|
@ -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:
|
||||
|
||||
|
|
|
@ -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:
|
||||
|
||||
|
|
Loading…
Reference in a new issue