diff --git a/website/src/docs/bananacakepop/install.md b/website/src/docs/bananacakepop/install.md index d7e5995b0f5..5a21263079e 100644 --- a/website/src/docs/bananacakepop/install.md +++ b/website/src/docs/bananacakepop/install.md @@ -2,41 +2,42 @@ title: "Installation" --- -> **⚠️ Note:** Banana Cake Pop is currently in preview and the current version is `1.0.0-preview.31`. The app has an auto-update feature built in, so as new releases come out you will be notified to update automatically. +> **⚠️ Note:** Banana Cake Pop is currently in preview and the current version is `1.0.0-preview.32`. The app has an auto-update feature built in, so as new releases come out you will be notified to update automatically. # macOS -Banana Cake Pop App can be installed in macOS by downloading the DMG installer. +Banana Cake Pop App can be installed on macOS using a package manager (recommended) or by downloading the DMG installer. - +``` + ## Installer Make sure to download the correct installer if you're using an Apple Silicon Mac (M1) or an Intel Mac. -- [Intel Mac (x64)](https://download.chillicream.com/bananacakepop/BananaCakePop-1.0.0-preview.31-mac-x64.dmg) -- [Apple Silicon Mac (ARM 64)](https://download.chillicream.com/bananacakepop/BananaCakePop-1.0.0-preview.31-mac-arm64.dmg) +- [Intel Mac (x64)](https://download.chillicream.com/bananacakepop/BananaCakePop-1.0.0-preview.32-mac-x64.dmg) +- [Apple Silicon Mac (ARM 64)](https://download.chillicream.com/bananacakepop/BananaCakePop-1.0.0-preview.32-mac-arm64.dmg) # Windows -Banana Cake Pop App can be installed in Windows using the Windows Package Manager (recommended) or by downloading the installer. +Banana Cake Pop App can be installed in Windows using a package manager (recommended) or by downloading the installer. ## Windows Package Manager -You can now install Banana Cake Pop using the [Windows Package Manager](https://docs.microsoft.com/en-us/windows/package-manager/). The Windows Package Manager requires Windows 11 or a supported version of Windows 10. +Banana Cake Pop can be installed using the [Windows Package Manager](https://docs.microsoft.com/en-us/windows/package-manager/). The Windows Package Manager requires Windows 11 or a supported version of Windows 10. ```powershell winget install banana-cake-pop ``` ## Scoop -[Scoop](https://scoop.sh/) is a package manager that supports Windows 7 / 10 / 11. +Banana Cake Pop can also be installed using the [Scoop](https://scoop.sh/) package manager. Scoop supports Windows 7, 10, and 11. ```powershell scoop bucket add extras scoop install banana-cake-pop ``` ## Installer -- [Download Windows Installer](https://download.chillicream.com/bananacakepop/BananaCakePop-1.0.0-preview.31-win-x64.exe) +- [Windows Installer (x64)](https://download.chillicream.com/bananacakepop/BananaCakePop-1.0.0-preview.32-win-x64.exe) # Linux We offer an AppImage and Snap installer for Ubuntu. At the moment, we do not support other distributions or installer formats. -- [Ubuntu Installer (AppImage)](https://download.chillicream.com/bananacakepop/BananaCakePop-1.0.0-preview.31-linux-x86_64.AppImage) -- [Ubuntu Installer (Snap)](https://download.chillicream.com/bananacakepop/BananaCakePop-1.0.0-preview.31-linux-amd64.snap) +- [Ubuntu Installer (AppImage)](https://download.chillicream.com/bananacakepop/BananaCakePop-1.0.0-preview.32-linux-x86_64.AppImage) +- [Ubuntu Installer (Snap)](https://download.chillicream.com/bananacakepop/BananaCakePop-1.0.0-preview.32-linux-amd64.snap)