feat(website): homebrew cask for macOS

This commit is contained in:
Elian Doran 2025-09-27 16:25:10 +03:00
parent 37f5d19739
commit 0da336c8e1
No known key found for this signature in database

View File

@ -97,11 +97,16 @@ export const downloadMatrix: DownloadMatrix = {
x64: "For Intel-based Macs running macOS Big Sur or later.",
arm64: "For Apple Silicon Macs such as those with M1 and M2 chips.",
},
quickStartCode: "brew install --cask trilium-notes",
downloads: {
dmg: {
recommended: true,
name: "Download Installer (.dmg)"
},
homebrew: {
name: "Homebrew Cask",
url: "https://formulae.brew.sh/cask/trilium-notes#default"
},
zip: {
name: "Portable (.zip)"
}