Skip to content
This repository was archived by the owner on Jun 3, 2025. It is now read-only.

Commit 294b062

Browse files
author
jclc
committed
Removed a pointless option from curl
1 parent 1262a15 commit 294b062

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ TMC-CLI is the command-line client for University of Helsinki's TestMyCode -fram
2828
`cd` into the directory where you wish to install TMC-CLI. Then, copy and paste the following command in your terminal:
2929

3030
```
31-
curl -L0 https://raw.githubusercontent.com/tmc-cli/tmc-cli/master/scripts/install.sh | bash; source ~/.bashrc
31+
curl -0 https://raw.githubusercontent.com/tmc-cli/tmc-cli/master/scripts/install.sh | bash; source ~/.bashrc
3232
```
3333

3434
TMC-CLI should now be installed. You can try running it with `tmc`.

0 commit comments

Comments
 (0)