Fix taps confusion.

This commit is contained in:
2025-11-29 01:34:17 +00:00
parent 005ff27392
commit 1b832e2fcf
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -52,7 +52,7 @@ release:
brews: brews:
- repository: - repository:
owner: lukaszraczylo owner: lukaszraczylo
name: brew-taps name: homebrew-taps
token: "{{ .Env.HOMEBREW_TAP_TOKEN }}" token: "{{ .Env.HOMEBREW_TAP_TOKEN }}"
directory: Formula directory: Formula
homepage: https://github.com/lukaszraczylo/lolcathost homepage: https://github.com/lukaszraczylo/lolcathost
+1 -1
View File
@@ -53,7 +53,7 @@ lolcathost manages your `/etc/hosts` file with an interactive terminal interface
### Homebrew (macOS/Linux) ### Homebrew (macOS/Linux)
```bash ```bash
brew install lukaszraczylo/brew-taps/lolcathost brew install lukaszraczylo/taps/lolcathost
``` ```
After Homebrew installation, run: After Homebrew installation, run:
+1 -1
View File
@@ -278,7 +278,7 @@
<i class="fas fa-beer mr-2 text-amber-500"></i> <i class="fas fa-beer mr-2 text-amber-500"></i>
Homebrew (macOS/Linux) Homebrew (macOS/Linux)
</h3> </h3>
<pre class="bg-gray-900 text-gray-100 p-4 rounded-lg overflow-x-auto"><code>brew install lukaszraczylo/brew-taps/lolcathost <pre class="bg-gray-900 text-gray-100 p-4 rounded-lg overflow-x-auto"><code>brew install lukaszraczylo/taps/lolcathost
sudo lolcathost --install</code></pre> sudo lolcathost --install</code></pre>
</div> </div>
<div class="glass p-6 rounded-xl"> <div class="glass p-6 rounded-xl">