mirror of
https://github.com/zadam/trilium.git
synced 2025-10-21 07:38:53 +02:00
feat(website): homebrew cask for macOS
This commit is contained in:
parent
37f5d19739
commit
0da336c8e1
@ -97,11 +97,16 @@ export const downloadMatrix: DownloadMatrix = {
|
|||||||
x64: "For Intel-based Macs running macOS Big Sur or later.",
|
x64: "For Intel-based Macs running macOS Big Sur or later.",
|
||||||
arm64: "For Apple Silicon Macs such as those with M1 and M2 chips.",
|
arm64: "For Apple Silicon Macs such as those with M1 and M2 chips.",
|
||||||
},
|
},
|
||||||
|
quickStartCode: "brew install --cask trilium-notes",
|
||||||
downloads: {
|
downloads: {
|
||||||
dmg: {
|
dmg: {
|
||||||
recommended: true,
|
recommended: true,
|
||||||
name: "Download Installer (.dmg)"
|
name: "Download Installer (.dmg)"
|
||||||
},
|
},
|
||||||
|
homebrew: {
|
||||||
|
name: "Homebrew Cask",
|
||||||
|
url: "https://formulae.brew.sh/cask/trilium-notes#default"
|
||||||
|
},
|
||||||
zip: {
|
zip: {
|
||||||
name: "Portable (.zip)"
|
name: "Portable (.zip)"
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user