Skip to content

Commit b9a5e47

Browse files
authored
Update README.md
1 parent ec79b13 commit b9a5e47

File tree

1 file changed

+28
-17
lines changed

1 file changed

+28
-17
lines changed

README.md

Lines changed: 28 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
1+
<p align="center">
2+
<img src="https://github.com/Shikakiben/AM-GUI/blob/main/AM-GUI.png?raw=true" width="128" />
3+
</p>
4+
5+
6+
17
# AM-GUI
28

9+
[![GitHub Downloads](https://img.shields.io/github/downloads/Shikakiben/AM-GUI/total?logo=github&label=GitHub%20Downloads)](https://github.com/Shikakiben/AM-GUI/releases/latest)
10+
[![CI Build Status](https://github.com//Shikakiben/AM-GUI/actions/workflows/appimage.yml/badge.svg)](https://github.com/Shikakiben/AM-GUI/releases/latest)
11+
12+
13+
14+
* [Latest Stable Release](https://github.com/Shikakiben/AM-GUI/releases/latest) AppImage , Beta , it will be helpfull to reporte issues , Alpine linux need more testing
15+
16+
17+
18+
---
19+
320
**AM-GUI** is an Electron-based application that serves as a graphical Front for [AM](https://github.com/ivan-hc/AM). “AM”/“AppMan” is a set of scripts and modules for installing, updating, and managing AppImage packages and other portable formats on Linux.
421

522
⚠️ **This project is under development and some features may not work or may be incomplete.**
@@ -8,57 +25,51 @@
825

926
---
1027

11-
## Requirements (manual installation)
1228

13-
- [Node.js](https://nodejs.org/) (>=20, 22 recommended)
29+
## developemen installation
30+
31+
- requirement:
32+
33+
[Node.js](https://nodejs.org/) (>=20, 22 recommended)
1434

1535
if you d'ont have it on your package manager see: https://nodejs.org/fr/download
1636

17-
- you may need to install the following build tools
37+
you may need to install the following build tools
1838

19-
**Debian/Ubuntu**:
39+
*Debian/Ubuntu*:
2040
```bash
2141
sudo apt install build-essential python3 make gcc g++
2242
```
23-
**Fedora**:
43+
*Fedora*:
2444
```bash
2545
sudo dnf install @development-tools python3
2646
```
27-
---
2847

29-
## Installation
3048

31-
Clone this repository:
49+
- Clone repository and install:
3250

3351
```bash
3452
git clone https://github.com/Shikakiben/AM-GUI.git
3553
cd AM-GUI
3654
npm install
37-
npx electron-rebuild
3855
```
3956

40-
---
4157

42-
## Usage
43-
44-
1. Launch the app:
58+
- Launch the app:
4559

4660
```bash
4761
npm start
4862
```
49-
2. follow AM/AppMan installation if you don't have it already on your system
5063

51-
3. Browse, install, or uninstall the AppImage applications of your choice.
5264

5365
---
5466

5567

56-
5768
## Acknowledgements
5869

5970
Thanks to [Ivan](https://github.com/ivan-hc) and the [pkgforge community](https://github.com/pkgforge-dev) for their outstanding work building, managing and distributing AppImages on Linux.
6071

61-
72+
---
6273
---
6374

6475
## License

0 commit comments

Comments
 (0)