From 69bb293641ac7a4ec547c8cd20f135257b514f85 Mon Sep 17 00:00:00 2001 From: Mateusz Hawrus <48822818+nieomylnieja@users.noreply.github.com> Date: Thu, 25 May 2023 11:36:14 +0200 Subject: [PATCH] Update README.md (#13) Add `--no-config-file` flag to the example. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c75efec..d52281b 100644 --- a/README.md +++ b/README.md @@ -13,5 +13,5 @@ The binaries are available at [Releases](https://github.com/nobl9/sloctl/release docker run -e SLOCTL_CLIENT_ID=$SLOCTL_CLIENT_ID \ -e SLOCTL_CLIENT_SECRET=$SLOCTL_CLIENT_SECRET \ - get slos + get slos --no-config-file ```