diff options
author | Matias Linares <matiaslina@gmail.com> | 2021-07-08 17:21:43 -0300 |
---|---|---|
committer | Matias Linares <matiaslina@gmail.com> | 2021-07-08 17:21:43 -0300 |
commit | e18228edfedf926f0240bcf1e84729e67aa3f297 (patch) | |
tree | 8c2b6a5fa4f0fc74b23e973806fcfa32b1f94d0c /README.md | |
parent | 6d93e48c2e9260a15746e96ec663c517d9ef26da (diff) | |
parent | 0977a6168362b4e811c66fbddb605ec44b9f1f58 (diff) | |
download | perl6-matrix-client-e18228edfedf926f0240bcf1e84729e67aa3f297.tar.gz |
Merge remote-tracking branch 'origin/master'
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 10 |
1 files changed, 7 insertions, 3 deletions
@@ -2,8 +2,11 @@ A [Raku](https://raku.org) library for [Matrix](https://matrix.org). -## Synopsis +## Installation + zef install Matrix::Client + +## Usage use Matrix::Client; @@ -39,9 +42,10 @@ Here's a not complete list of things that can be done: * Send messages * Upload files to a home-server - There are many missing endpoints (you can check a complete checklist [here](https://github.com/matiaslina/perl6-matrix-client/blob/master/endpoints.md)). +If you want to contribute with some endpoint check the +[CONTRIBUTING.md](CONTRIBUTING.md) file. ## Documentation @@ -50,4 +54,4 @@ includes API documentation, basic usage, examples, etc. ## Author -Matías Linares <matias@deprecated.org> | Matrix ID: `@matias:matrix.deprecated.org` +Matías Linares <matias@deprecated.org> | Matrix ID: `@matias:chat.deprecated.org` |