Skip to content

Commit

Permalink
casks: Fix tap command and repo links
Browse files Browse the repository at this point in the history
Signed-off-by: Fini Jastrow <[email protected]>
  • Loading branch information
Finii committed Mar 27, 2024
1 parent 6060fa3 commit b0afdd5
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions bin/scripts/generate-casks.sh
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#!/usr/bin/env bash
# Nerd Fonts Version: 3.1.1
# Script Version: 2.2.2
# Script Version: 2.2.3
#
# Iterates over all [*] archived fonts
# to generate ruby cask files for homebrew-fonts (https://github.com/caskroom/homebrew-fonts)
# to generate ruby cask files for homebrew-fonts (https://github.com/Homebrew/homebrew-cask-fonts)
# * Only adds non-Windows versions of the fonts
# * Needs the zip archives in archives/ (i.e. run `./archive-fonts.sh` first)
#
Expand Down
4 changes: 2 additions & 2 deletions readme_cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -251,10 +251,10 @@ _注_: **Requires cloning** the repo as of now

> 适用于 **macOS系统****Homebrew**使用者。
所有字体都可以通过 [Homebrew 字体](https://github.com/caskroom/homebrew-fonts) 从 macOS (OS X)平台上找到
所有字体都可以通过 [Homebrew 字体](https://github.com/Homebrew/homebrew-cask-fonts) 从 macOS (OS X)平台上找到

```sh
brew tap caskroom/fonts
brew tap homebrew/cask-fonts
brew install font-hack-nerd-font
```

Expand Down
2 changes: 1 addition & 1 deletion readme_fr.md
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ _Note_: **Requiert le clonage** du dépôt

> La meilleure option si vous êtes sur **macOS** et que vous voulez utiliser **Homebrew**.
Toutes les polices sont disponibles via [Homebrew Fonts](https://github.com/caskroom/homebrew-fonts) sur macOS (OS X)
Toutes les polices sont disponibles via [Homebrew Fonts](https://github.com/Homebrew/homebrew-cask-fonts) sur macOS (OS X)

```sh
brew tap homebrew/cask-fonts
Expand Down
4 changes: 2 additions & 2 deletions readme_pl.md
Original file line number Diff line number Diff line change
Expand Up @@ -306,10 +306,10 @@ _Uwaga_: Od teraz **wymaga kolonowania** repo

> Najlepsza opcja jeśli używasz **macOS** i chcesz skorzystac z **Homebrew**.
Wszystkie czcionki są dostępne na [Homebrew Fonts](https://github.com/caskroom/homebrew-fonts) na macOS (OS X)
Wszystkie czcionki są dostępne na [Homebrew Fonts](https://github.com/Homebrew/homebrew-cask-fonts) na macOS (OS X)

```sh
brew tap caskroom/fonts
brew tap homebrew/cask-fonts
brew install font-hack-nerd-font
```

Expand Down
4 changes: 2 additions & 2 deletions readme_tw.md
Original file line number Diff line number Diff line change
Expand Up @@ -250,10 +250,10 @@ _註_: **Requires cloning** the repo as of now

> 適用於 **macOS 系統****Homebrew**使用者。
所有字體都可以透過 [Homebrew 字體](https://github.com/caskroom/homebrew-fonts) 從 macOS (OS X)平台上找到
所有字體都可以透過 [Homebrew 字體](https://github.com/Homebrew/homebrew-cask-fonts) 從 macOS (OS X)平台上找到

```sh
brew tap caskroom/fonts
brew tap homebrew/cask-fonts
brew install font-hack-nerd-font
```

Expand Down

0 comments on commit b0afdd5

Please sign in to comment.