diff --git a/readme.md b/readme.md index 763789f..8796b57 100644 --- a/readme.md +++ b/readme.md @@ -23,6 +23,15 @@ issues? contact us at [@openlibrecommunity](https://t.me/openlibrecommunity)
or wait for the release or at least a release +## Read docs for start + +[for noobs](docs/fast.md) + +[manual](docs/manual.md) + +[setting matrix](docs/settings.md) + + ## build @@ -56,17 +65,6 @@ mage clean ``` - -## fast start - -```bash -# server ( podman, pre configured, easy, unix ) -./script/srv.sh - -# client ( podman, pre configured, easy, unix ) -./script/cnc.sh -``` -
---