diff options
| author | tranch <tranch.xiao@gmail.com> | 2026-09-01 10:35:52 +0800 |
|---|---|---|
| committer | tranch <tranch.xiao@gmail.com> | 2026-09-01 10:35:52 +0800 |
| commit | e30af3252292aded0e7f01c23910c56d73408e0c (patch) | |
| tree | 23d90b2ad7320f5eb1e8b00fa6e896af1ede056c | |
| download | aerocore-browser-releases-e30af3252292aded0e7f01c23910c56d73408e0c.tar.gz aerocore-browser-releases-e30af3252292aded0e7f01c23910c56d73408e0c.zip | |
Add release installation guidev0.1.13
Document how Linux x86_64 users can download the latest AeroCore Browser
AppImage, launch the setup wizard, and upgrade an existing installation.
| -rw-r--r-- | README.md | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..65ad7c6 --- /dev/null +++ b/README.md @@ -0,0 +1,19 @@ +# AeroCore Browser Releases + +This repository provides public releases of AeroCore Browser for Linux x86_64 systems, including SteamOS and compatible distributions. + +## Install + +1. Open the [latest release](../../releases/latest). +2. Download the `AeroCore-Browser-x86_64.AppImage` file. +3. Run the AppImage: + + ```bash + ./AeroCore-Browser-x86_64.AppImage + ``` + +The AppImage opens the setup wizard. Follow the instructions to install AeroCore Browser for the current user. + +## Updates + +When a new release is available, download and run the latest AppImage again. The installer will detect the existing installation and offer an upgrade. |
