From 72dbee88d4495764bdfe3932eb451b25b7381d6c Mon Sep 17 00:00:00 2001 From: David Boreham Date: Wed, 27 Sep 2023 15:52:08 -0600 Subject: [PATCH] Document adding config.yml (#551) --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index a888895e..ac1beaa2 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,11 @@ Verify operation (your version will probably be different, just check here that laconic-so version Version: 1.1.0-7a607c2-202304260513 ``` +Save the distribution url to `~/.laconic-so/config.yml`: +```bash +mkdir ~/.laconic-so +echo "distribution-url: https://github.com/cerc-io/stack-orchestrator/releases/latest/download/laconic-so" > ~/.laconic-so/config.yml" +``` ### Update If Stack Orchestrator was installed using the process described above, it is able to subsequently self-update to the current latest version by running: