Skip to content

Commit 90ba7a0

Browse files
kluvibefeleme
authored andcommitted
fix Homebrew install
1 parent d591fd9 commit 90ba7a0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lessons/beginners/install/macos.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Jak na to?
77
Spusť v [příkazové řádce]({{ lesson_url('beginners/cmdline') }}) příkaz:
88

99
```console
10-
$ /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
10+
$ /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
1111
```
1212

1313
Pak zadej následující příkaz a Python bude nainstalovaný:

0 commit comments

Comments
 (0)