From cd08ce86279627bbfcdb0792fe7deceee59cb166 Mon Sep 17 00:00:00 2001 From: AliReZa Sabouri <7004080+alirezanet@users.noreply.github.com> Date: Mon, 24 Jun 2024 20:23:45 +0200 Subject: [PATCH] fix Linux installation command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 54f000b..6260473 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,7 @@ It will recognize the which platform and architecture to download and will execu Download and execute the installation script by using the following command; ```bash -curl -fsSL https://raw.githubusercontent.com/yusufcanb/tlm/1.1/install.sh | sudo bash -E +curl -fsSL https://raw.githubusercontent.com/yusufcanb/tlm/1.1/install.sh | sudo -E bash ``` #### Windows (Powershell 5.1 or higher)