aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMatias Linares <matiaslina@gmail.com>2021-06-22 23:28:42 -0300
committerMatias Linares <matiaslina@gmail.com>2021-06-22 23:28:42 -0300
commite9ecb53ced8a1c9502871d87be10440997bcef9f (patch)
tree8a5c7579e94379fa840d3916ad888e5457a7f38d /README.md
parente57b75a19a8f4a02bf93e99ac9dbf3c06575b219 (diff)
downloadperl6-matrix-client-e9ecb53ced8a1c9502871d87be10440997bcef9f.tar.gz
[WIP] CONTRIBUTING file
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 7 insertions, 3 deletions
diff --git a/README.md b/README.md
index 442c8ac..367c64d 100644
--- a/README.md
+++ b/README.md
@@ -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`