Skip to content

Commit f247837

Browse files
authored
update README
1 parent f3414e8 commit f247837

1 file changed

Lines changed: 23 additions & 6 deletions

File tree

README.md

Lines changed: 23 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,20 @@
1+
<div align="center">
2+
13
# opencode-AppImage-Enhanced 🐧
24

35
[![GitHub Downloads](https://img.shields.io/github/downloads/pkgforge-dev/opencode-AppImage-Enhanced/total?logo=github&label=GitHub%20Downloads)](https://github.com/pkgforge-dev/opencode-AppImage-Enhanced/releases/latest)
46
[![CI Build Status](https://github.com//pkgforge-dev/opencode-AppImage-Enhanced/actions/workflows/appimage.yml/badge.svg)](https://github.com/pkgforge-dev/opencode-AppImage-Enhanced/releases/latest)
7+
[![Latest Stable Release](https://img.shields.io/github/v/release/pkgforge-dev/opencode-AppImage-Enhanced)](https://github.com/pkgforge-dev/opencode-AppImage-Enhanced/releases/latest)
8+
9+
<p align="center">
10+
<img src="https://github.com/anomalyco/opencode/blob/dev/packages/identity/mark-512x512.png?raw=true" width="128" />
11+
</p>
12+
13+
| Latest Stable Release | Upstream URL |
14+
| :---: | :---: |
15+
| [Click here](https://github.com/pkgforge-dev/opencode-AppImage-Enhanced/releases/latest) | [Click here](https://github.com/anomalyco/opencode) |
16+
17+
</div>
518

619
Improved AppImage of opencode **independent of the host libc** which makes able to work on very very old distros as well as musl-libc distros like alpine linux.
720

@@ -16,20 +29,24 @@ ln -s ./OpenCode-*.AppImage ./opencode-cli
1629
./OpenCode-*.AppImage opencode-cli
1730
```
1831

19-
* [Latest Stable Release](https://github.com/pkgforge-dev/opencode-AppImage-Enhanced/releases/latest)
20-
2132
---
2233

23-
AppImage made using [sharun](https://github.com/VHSgunzo/sharun), which makes it extremely easy to turn any binary into a portable package without using containers or similar tricks.
34+
AppImage made using [sharun](https://github.com/VHSgunzo/sharun) and its wrapper [quick-sharun](https://github.com/pkgforge-dev/Anylinux-AppImages/blob/main/useful-tools/quick-sharun.sh), which makes it extremely easy to turn any binary into a portable package reliably without using containers or similar tricks.
2435

25-
**This AppImage bundles everything and should work on any linux distro, even on musl based ones.**
36+
**This AppImage bundles everything and it should work on any Linux distro, including old and musl-based ones.**
2637

27-
This AppImage can work **without FUSE** at all thanks to the [uruntime](https://github.com/VHSgunzo/uruntime)
38+
This AppImage doesn't require FUSE to run at all, thanks to the [uruntime](https://github.com/VHSgunzo/uruntime).
2839

29-
More at: [AnyLinux-AppImages](https://pkgforge-dev.github.io/Anylinux-AppImages/)
40+
This AppImage is also supplied with a self-updater by default, so any updates to this application won't be missed, you will be prompted for permission to check for updates and if agreed you will then be notified when a new update is available.
41+
42+
Self-updater is disabled by default if AppImage managers like [am](https://github.com/ivan-hc/AM), [soar](https://github.com/pkgforge/soar) or [dbin](https://github.com/xplshn/dbin) exist, which manage AppImage updates.
3043

3144
<details>
3245
<summary><b><i>raison d'être</i></b></summary>
3346
<img src="https://github.com/user-attachments/assets/d40067a6-37d2-4784-927c-2c7f7cc6104b" alt="Inspiration Image">
3447
</a>
3548
</details>
49+
50+
---
51+
52+
More at: [AnyLinux-AppImages](https://pkgforge-dev.github.io/Anylinux-AppImages/)

0 commit comments

Comments
 (0)