Skip to content

Commit f2cea5f

Browse files
authored
Fix download command for MacOS in README
1 parent 120b802 commit f2cea5f

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
@@ -40,7 +40,7 @@ sudo chmod +x /usr/local/bin/coman
4040

4141
```shell
4242
curl -LO https://github.com/SwissDataScienceCenter/coman/releases/latest/download/coman-x86_64-apple-darwin.tar.gz
43-
sudo tar -xzf coman-Darwin-x86_64.tar.gz -C /usr/local/bin/
43+
sudo tar -xzf coman-x86_64-apple-darwin.tar.gz -C /usr/local/bin/
4444
sudo chmod +x /usr/local/bin/coman
4545
```
4646

0 commit comments

Comments
 (0)