Added clarification on instalation of helper scripts
It might be easy to miss that you can't have them installed with the suffix, and then causes errors alike #83
This commit is contained in:
parent
950d912c82
commit
d415841662
1 changed files with 2 additions and 2 deletions
|
@ -115,7 +115,7 @@ would have been copied using `make install`.
|
||||||
|
|
||||||
Uploads are done using a helper script, which is 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.py).
|
[contrib/matrix_upload](https://github.com/poljar/weechat-matrix/blob/master/contrib/matrix_upload.py).
|
||||||
We recommend you install this under your `PATH` as `matrix_upload`.
|
We recommend you install this under your `PATH` as `matrix_upload` (without the `.py` suffix).
|
||||||
|
|
||||||
## Downloading encrypted files
|
## Downloading encrypted files
|
||||||
|
|
||||||
|
@ -163,7 +163,7 @@ Configuration is completed primarily through the Weechat interface. First start
|
||||||
|
|
||||||
Single sign-on is supported using a helper script, the script found under
|
Single sign-on is supported using a helper script, the script found under
|
||||||
[contrib/matrix_sso_helper](https://github.com/poljar/weechat-matrix/blob/master/contrib/matrix_sso_helper.py)
|
[contrib/matrix_sso_helper](https://github.com/poljar/weechat-matrix/blob/master/contrib/matrix_sso_helper.py)
|
||||||
should be installed under your `PATH` as `matrix_sso_helper`.
|
should be installed under your `PATH` as `matrix_sso_helper` (without the `.py` suffix).
|
||||||
|
|
||||||
For single sign-on to be the preferred leave the servers username and password
|
For single sign-on to be the preferred leave the servers username and password
|
||||||
empty.
|
empty.
|
||||||
|
|
Loading…
Reference in a new issue