Skip to content

Commit eaff479

Browse files
Update README.md
1 parent 62c16cc commit eaff479

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

README.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,17 +24,16 @@ And of course PDF-Zensor itself is open source.
2424

2525
PDFZensor requires Java >= 11
2626

27-
Install the PDF-Zensor(work in Progress)
27+
Install the PDF-Zensor:
2828

29-
```sh
30-
$ wget https://git.se.uni-hannover.de/swp1920/pdfzensor-2/-/jobs/artifacts/63-deploy/raw/solution/target/pdfzensor_0.815_all.deb?job=deploy
31-
$ sudo apt install ./pdfzensor_0.815_all.deb
32-
```
29+
1. Go to packages on the right side of this page.
30+
2. Choose the asset you need.
31+
3. Use the usual way to install/use the respective format.
3332

34-
alternative:
33+
If you downlaoded the jar you can use the command:
3534

3635
```sh
37-
$ alias pdf-zensor='java -cp "pdfzensor-jar-with-dependencies.jar" de.uni_hannover.se.pdfzensor.App
36+
$ alias pdf-zensor='java -cp "pdf-zensor-1.0-jar-with-dependencies.jar" de.uni_hannover.se.pdfzensor.App'
3837
```
3938
to create a temporary alias "pdf-zensor" which is valid for the current shell session.
4039

0 commit comments

Comments
 (0)