changelog shortlog graph tags branches changeset file revisions annotate raw help

Mercurial > demo / readme.org

revision 27: 529419ac94f3
parent 22: ba323d8c0f93
child 31: 77da08c7f445
     1.1--- a/readme.org	Mon Jun 05 19:59:26 2023 -0400
     1.2+++ b/readme.org	Tue Jun 06 18:55:17 2023 -0400
     1.3@@ -6,11 +6,12 @@
     1.4 * How it works
     1.5 The backend services are written in Rust and controlled by a simple
     1.6 messaging protocol. Services provide common runtime capabilities known
     1.7-as the /core protocol/ but are specialized on a unique /service type/
     1.8-which may in turn register their own /custom protocols/ (via core).
     1.9+as the /service protocol/ but are specialized on a unique /service
    1.10+type/ which may in turn register their own /custom protocols/ (via
    1.11+core).
    1.12 
    1.13 Services are capable of dispatching data directly to clients, or
    1.14-storing data in the /database/ (TBD).
    1.15+storing data in the /database/ (sqlite, postgres, mysql).
    1.16 
    1.17 The frontend clients are pre-dominantly written in Common Lisp and
    1.18 come in many shapes and sizes. There is a cli-client, web-client
    1.19@@ -20,6 +21,9 @@
    1.20 * Guide
    1.21 ** Build
    1.22 - *install dependencies*
    1.23+  #+begin_src bash
    1.24+    ./tools/deps.sh
    1.25+  #+end_src
    1.26   - Rust =curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh=
    1.27   - Common Lisp
    1.28     - on Linux ::