From f4e4b9b6aaefa5952615a53988216f2a8b8eabdc Mon Sep 17 00:00:00 2001 From: bytedream Date: Sun, 26 Dec 2021 13:11:50 +0100 Subject: [PATCH] Updated install oneliner (again) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 74abf0e..84cf50e 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ For every install method your OS **must** be linux and docker has to be installe Replace the `RELEASE` value in the following oneliner with the latest release [version](https://github.com/ByteDream/docker4ssh/releases/latest). ```shell - $ export RELEASE= && curl -L https://github.com/ByteDream/docker4ssh/releases/download/v$RELEASE/docker4ssh-$RELEASE.tar.gz | tar -xvzf - -C / + $ RELEASE=; curl -L https://github.com/ByteDream/docker4ssh/releases/download/v$RELEASE/docker4ssh-$RELEASE.tar.gz | tar -xvzf - -C / - Building from source Before start installing, make sure you have to following things ready: