File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed
Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -24,17 +24,16 @@ And of course PDF-Zensor itself is open source.
2424
2525PDFZensor 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```
3938to create a temporary alias "pdf-zensor" which is valid for the current shell session.
4039
You can’t perform that action at this time.
0 commit comments