Skip to content

Commit

Permalink
fix Homebrew install
Browse files Browse the repository at this point in the history
  • Loading branch information
kluvi authored and befeleme committed Aug 25, 2023
1 parent d591fd9 commit 90ba7a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lessons/beginners/install/macos.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Jak na to?
Spusť v [příkazové řádce]({{ lesson_url('beginners/cmdline') }}) příkaz:

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

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

0 comments on commit 90ba7a0

Please sign in to comment.