Skip to content

Commit

Permalink
Update Banana Cake Pop install instructions (#4996)
Browse files Browse the repository at this point in the history
  • Loading branch information
kirkbrauer committed Apr 24, 2022
1 parent b56f0e9 commit 023241c
Showing 1 changed file with 14 additions and 13 deletions.
27 changes: 14 additions & 13 deletions website/src/docs/bananacakepop/install.md
Expand Up @@ -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 <!--using Homebrew (recommended) or--> 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.

<!--## Homebrew
Banana Cake Pop is now available on [Homebrew](https://brew.sh)! Use the command below to install the Cask.
## Homebrew
Banana Cake Pop can be installed using [Homebrew](https://brew.sh). Use the command below to install the Cask.
```bash
brew install --cask banana-cake-pop
```-->
```

## 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)

0 comments on commit 023241c

Please sign in to comment.