Skip to content

Commit 3b2e931

Browse files
committed
update README and Makefile
1 parent e48a8e5 commit 3b2e931

File tree

2 files changed

+4
-12
lines changed

2 files changed

+4
-12
lines changed

Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ build:
3434
mkdir -p $(OUTDIR)
3535
@echo "[*] Build Debian package: $(PKGFILE)"
3636
dpkg-deb --root-owner-group --build $(SRCDIR) $(DEBFILE)
37-
ln -sf $(DEBFILE) $(NAME).deb
3837
@echo "[✓] Package created under: $(DEBFILE)"
3938

4039
## Test package

README.md

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -7,23 +7,16 @@ Users are guided safely through the process.
77

88
## Installation
99

10-
Download the `filecomp.deb` from the [most recent release](https://github.com/komed3/filecomp/releases) and install the package via:
10+
Use the official APT package repository **[deb.komed3.de](https://deb.komed3.de)** and install with:
1111

1212
```sh
13-
sudo dpkg -i filecomp.deb
13+
sudo apt install filecomp
1414
```
1515

16-
or build the package using Makefile:
16+
or download the package directly from the [most recent release](https://github.com/komed3/filecomp/releases) and run:
1717

1818
```sh
19-
# Clone the repository
20-
git clone https://github.com/komed3/filecomp.git
21-
22-
# Build FileComp
23-
make build
24-
25-
# Install the package
26-
make install
19+
sudo dpkg -i filecomp_0.1.0_all.deb
2720
```
2821

2922
Once this is done, the program will be ready to run:

0 commit comments

Comments
 (0)