Skip to content

Commit 04b19fc

Browse files
authored
chore(docs): shorten install script command (#76)
1 parent 71cd3c4 commit 04b19fc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ brew install loops-so/tap/loops
2626
### Script for macOS, Linux, Windows via WSL
2727

2828
```bash
29-
curl -fsSL --proto '=https' --tlsv1.2 https://cli.loops.so | bash
29+
curl -fsSL https://cli.loops.so | bash
3030
```
3131

3232
To install a specific version or to a custom path, append `-s -- <version> <path>` to `bash` in the command above. The default installation path is `~/.local/bin`.

0 commit comments

Comments
 (0)