Skip to content

Commit

Permalink
Merge pull request #28 from alirezanet/patch-1
Browse files Browse the repository at this point in the history
Fix Linux installation command
  • Loading branch information
yusufcanb authored Jul 13, 2024
2 parents 0d90e60 + cd08ce8 commit 0110584
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 0110584

Please sign in to comment.