Skip to content

Commit 8732373

Browse files
authored
Update README.md
1 parent 72e3de2 commit 8732373

File tree

1 file changed

+6
-12
lines changed

1 file changed

+6
-12
lines changed

README.md

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -11,25 +11,19 @@
1111
## Requirements (manual installation)
1212

1313
- [Node.js](https://nodejs.org/) (>=20, 22 recommended)
14-
- [AM](https://github.com/ivan-hc/AM) installed and available in your system PATH
1514

16-
*Electron, npm, node-pty, undici, etc. are installed automatically via `npm install`.*
15+
if you d'ont have it on your package manager see: https://nodejs.org/fr/download
1716

18-
### Native modules (node-pty): required build tools
17+
- you may need to install the following build tools
1918

20-
you may need to install the following build tools (for git and maybe more):
21-
22-
- **Debian/Ubuntu**:
19+
**Debian/Ubuntu**:
2320
```bash
2421
sudo apt install build-essential python3 make gcc g++
2522
```
26-
- **Fedora**:
23+
**Fedora**:
2724
```bash
2825
sudo dnf install @development-tools python3
2926
```
30-
31-
On most development machines, these tools are already present. If you get a compilation error during `npm install` , install the tools for your distribution as shown above.
32-
3327
---
3428

3529
## Installation
@@ -47,12 +41,12 @@ npx electron-rebuild
4741

4842
## Usage
4943

50-
1. Make sure `AM` or `appman` is installed and functional (`am -l` or `appman -l` should return the list of applications).
51-
2. Launch the app:
44+
1. Launch the app:
5245

5346
```bash
5447
npm start
5548
```
49+
2. follow AM/AppMan installation if you don't have it already on your system
5650

5751
3. Browse, install, or uninstall the AppImage applications of your choice.
5852

0 commit comments

Comments
 (0)