From 6447d7c9bbb3ca27f3fe5280a0b8f9fde45c45f4 Mon Sep 17 00:00:00 2001 From: David <david.kaltschmidt@gmail.com> Date: Fri, 23 Nov 2018 12:35:45 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fd503b97..5234c963 100644 --- a/README.md +++ b/README.md @@ -8,12 +8,12 @@ not index the contents of the logs, but rather a set of labels for each log stea ## Run it locally -Tempo can be run in a single host, no-dependancies mode using the following commands: +Tempo can be run in a single host, no-dependencies mode using the following commands: ``` $ make protos yacc $ go build ./cmd/tempo -$ ./tempo -config.file=./doc/local.yaml +$ ./tempo -config.file=./docs/local.yaml ... ``` -- GitLab