Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Banana Cake Pop install instructions #4996

Merged
merged 1 commit into from
Apr 24, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 14 additions & 13 deletions website/src/docs/bananacakepop/install.md
Original file line number Diff line number Diff line change
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)