From 98621437bf2ef59d640b171d3852c1caf483b251 Mon Sep 17 00:00:00 2001 From: Maxence Maireaux Date: Wed, 27 Dec 2023 21:07:03 +0100 Subject: [PATCH] docs: Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 6bbe1ec7c5..63dca4678d 100644 --- a/README.md +++ b/README.md @@ -60,6 +60,11 @@ docker compose up The Stack's API is exposed at http://localhost/api. +You can run : +```` +curl http://localhost/api/ledger/_info +```` + ## ☁️ Cloud Native Deployment The Formance Stack is distributed as a collection of binaries, with optional packaging as Docker images and configuration support through command line options and environment variables. The recommended, standard way to deploy the collection of services is to a Kubernetes cluster through our Formance official Helm charts, which repository is available at [helm.formance.com](https://helm.formance.com/).