From 3308328524ce2a1b75d004688d6dca4a77427e8e Mon Sep 17 00:00:00 2001 From: David Boreham Date: Tue, 29 Nov 2022 19:58:18 -0700 Subject: [PATCH] Fix copy/paste --- stacks/laconicd/README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/stacks/laconicd/README.md b/stacks/laconicd/README.md index 37368262..56017fd5 100644 --- a/stacks/laconicd/README.md +++ b/stacks/laconicd/README.md @@ -10,9 +10,8 @@ $ laconic-so setup-repositories --include cerc-io/laconicd,cerc-io/laconic-sdk,c ``` $ laconic-so build-containers --include cerc/laconicd ``` -This should create a container with tag `cerc/watcher-mobymask` in the local image registry. +This should create a container with tag `cerc/laconicd` in the local image registry. ## Deploy the stack -First the watcher database has to be initialized. Start only the watcher-db service: ``` $ laconic-so deploy-system --include fixturenet-laconicd up ```