Skip to content

Commit

Permalink
fixed README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
DronDrin authored Dec 22, 2022
1 parent c2fff21 commit 4c925b9
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@
<h3>Download wallpapers from wallpaper.cc</h3>

---

<h2>Dependencies:<h2/>
Program is made in java (actually in groovy, but it's compiled to .class or to .jar).
***So you need java - openjre 17.***
So you need java - openjre 17.
How to install java?
For example:

Expand All @@ -15,14 +16,17 @@ For example:
`apt install openjdk-17-jre`

---

<h2>How to download<h2/>
Go to https://github.com/DronDrin/WallpaperSearcher, select last release, and just download it.
But if you want to make your own .jar file, you can clone repository https://github.com/DronDrin/WallpaperSearcher,
and run this command:
`gradle jar`
Of course, you must have gradle installed on your system.
So that's all! Your .jar is located at ROOT_DIRECTORY/build/libs/.

---

<h2>How to run:<h2/>
Program is .jar file.
So to start it you should enter this command:
Expand Down Expand Up @@ -81,4 +85,4 @@ Number of equals signs means number of wallpapers that are loading yet.

message 'File xxxxxx.xxx already exist!' means you already have that file.
message 'has wrong resolution' means that wallpaper has too small resolution or wrong ratio
(for example, you selected ratio 16x9, but wallpaper has 21x9)
(for example, you selected ratio 16x9, but wallpaper has 21x9)

0 comments on commit 4c925b9

Please sign in to comment.