diff --git a/README.md b/README.md index dfb7fee6..db92dec1 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,12 @@ # Mnemosyne -[![Codacy Badge](https://api.codacy.com/project/badge/Grade/8505a536f17145b2a9d129fd0fa3980e)](https://app.codacy.com/app/jgraichen/mnemosyne-server?utm_source=github.com&utm_medium=referral&utm_content=jgraichen/mnemosyne-server&utm_campaign=Badge_Grade_Dashboard) +Distributed tracing and debugging across applications and services. + +![](docs/screenshot.png) ## Consume client messages -``` +```console rake mnemosyne:consume ``` @@ -12,11 +14,10 @@ Restart after code changes. ## License -Copyright (C) 2017 Jan Graichen +Copyright (C) 2017-2024 Jan Graichen This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. You should have received a copy of the GNU Affero General Public License along with this program. If not, see . - diff --git a/docs/screenshot.png b/docs/screenshot.png new file mode 100644 index 00000000..745ccf94 Binary files /dev/null and b/docs/screenshot.png differ