readme: upload/download clarifications/formatting
This commit is contained in:
parent
1b6dd33faa
commit
f1bbed552a
1 changed files with 8 additions and 6 deletions
14
README.md
14
README.md
|
@ -111,15 +111,17 @@ file.
|
||||||
Note that these symlinks are essentially the same as the files that
|
Note that these symlinks are essentially the same as the files that
|
||||||
would have been copied using `make install`.
|
would have been copied using `make install`.
|
||||||
|
|
||||||
## Uploads
|
## Uploading files
|
||||||
|
|
||||||
Uploads are done using a helper script, the script found under
|
Uploads are done using a helper script, which is found under
|
||||||
[contrib/matrix_upload](https://github.com/poljar/weechat-matrix/blob/master/contrib/matrix_upload)
|
[contrib/matrix_upload](https://github.com/poljar/weechat-matrix/blob/master/contrib/matrix_upload).
|
||||||
should be installed under your `PATH`.
|
We recommend you install this under your `PATH`.
|
||||||
|
|
||||||
## Downloads
|
## Downloading encrypted files
|
||||||
|
|
||||||
Downloads are done by passing the displayed `emxc://` URI to the [contrib/matrix_decrypt](https://github.com/poljar/weechat-matrix/blob/master/contrib/matrix_decrypt) helper script.
|
Encrypted files can be opened by passing the displayed `emxc://` URI to the
|
||||||
|
[contrib/matrix_decrypt](https://github.com/poljar/weechat-matrix/blob/master/contrib/matrix_decrypt)
|
||||||
|
helper script.
|
||||||
|
|
||||||
# Configuration
|
# Configuration
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue