Skip to content

Commit b79cdab

Browse files
authored
update README
1 parent ec0b6a0 commit b79cdab

1 file changed

Lines changed: 17 additions & 8 deletions

File tree

README.md

Lines changed: 17 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,22 @@
1-
# TEMPLATE-AppImage 🐧
1+
# opencode-AppImage-Enhanced 🐧
22

3-
[![GitHub Downloads](https://img.shields.io/github/downloads/pkgforge-dev/TEMPLATE-AppImage/total?logo=github&label=GitHub%20Downloads)](https://github.com/pkgforge-dev/TEMPLATE-AppImage/releases/latest)
4-
[![CI Build Status](https://github.com//pkgforge-dev/TEMPLATE-AppImage/actions/workflows/appimage.yml/badge.svg)](https://github.com/pkgforge-dev/TEMPLATE-AppImage/releases/latest)
3+
[![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)
4+
[![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)
55

6-
* [Latest Stable Release](https://github.com/pkgforge-dev/TEMPLATE-AppImage/releases/latest)
6+
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.
7+
8+
* `opencode-cli` is also included, to use it you can do the following:
9+
10+
```
11+
# change argv0 to opencode-cli (similar to how busybox works)
12+
ln -s ./OpenCode-*.AppImage ./opencode-cli
13+
./opencode-cli
14+
15+
# or pass opencode-cli as $1
16+
./OpenCode-*.AppImage opencode-cli
17+
```
18+
19+
* [Latest Stable Release](https://github.com/pkgforge-dev/opencode-AppImage-Enhanced/releases/latest)
720

821
---
922

@@ -20,7 +33,3 @@ More at: [AnyLinux-AppImages](https://pkgforge-dev.github.io/Anylinux-AppImages/
2033
<img src="https://github.com/user-attachments/assets/d40067a6-37d2-4784-927c-2c7f7cc6104b" alt="Inspiration Image">
2134
</a>
2235
</details>
23-
24-
---
25-
26-
# Fork this repository to quickly make an AppImage using the [Anylinux-AppImages](https://github.com/pkgforge-dev/Anylinux-AppImages) tools

0 commit comments

Comments
 (0)