Merge pull request 'Make URI a link' (#110) from url-link into main

Reviewed-on: plume/documentation#110
This commit is contained in:
KitaitiMakoto 2020-12-20 10:17:37 +00:00
commit 9ab9ae743a

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 `postgres` 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](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: