From 63378a5c7e71b37ec10cb53b3261a12f46160693 Mon Sep 17 00:00:00 2001 From: David Boreham Date: Thu, 22 Dec 2022 12:52:23 -0700 Subject: [PATCH] Add redirect follow to curl command for github --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 49a7f2f5..32618100 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ User mode runs the orchestrator from a "binary" single-file release and does not 1. Download the latest release from [this page](https://github.com/cerc-io/stack-orchestrator/tags), into a suitable directory (e.g. `~/bin`): ``` $ cd ~/bin - $ curl https://github.com/cerc-io/stack-orchestrator/releases/download/v1.0.3-alpha/laconic-so + $ curl -L https://github.com/cerc-io/stack-orchestrator/releases/download/v1.0.3-alpha/laconic-so ``` 1. Ensure `laconic-so` is on the `PATH` 1. Verify operation: