]> gitweb.ps.run Git - matrix_esp_thesis/commitdiff
Readme
authorPatrick <patrick.schoenberger@posteo.de>
Mon, 13 Nov 2023 21:48:27 +0000 (22:48 +0100)
committerPatrick <patrick.schoenberger@posteo.de>
Mon, 13 Nov 2023 21:48:27 +0000 (22:48 +0100)
Readme.md

index 614808ea8d459067a69e65fc3901e14fca90f079..c4e575b614ed4c03a0a21dc8345429d0959a7de3 100644 (file)
--- a/Readme.md
+++ b/Readme.md
@@ -7,8 +7,11 @@ Device verification is also supported.
 ## Building\r
 \r
 Building requires a C/C++ compiler and make.\r
+\r
 To build the dependencies run `make deps`.\r
+\r
 To build any of the examples run `make out/examples/<example>`.\r
+\r
 To use the library:\r
 - Add `src/matrix.c` to compilation\r
 - Add either `src/matrix_http_mongoose.c` or `src/matrix_http_esp32.c` to compilation\r
@@ -20,7 +23,9 @@ To use the library:
 \r
 ## Dependencies\r
 [Mongoose](https://github.com/cesanta/mongoose)\r
+\r
 [mjson](https://github.com/cesanta/mjson)\r
+\r
 [Olm](https://gitlab.matrix.org/matrix-org/olm)\r
 \r
 ## Examples\r