diff --git a/README.md b/README.md
index 1f00a97..25fa76f 100644
--- a/README.md
+++ b/README.md
@@ -129,7 +129,9 @@ Discord or building it yourself. Here's how to build it yourself:
First, you'll need to clone the repo either using the Git command:
`git clone git@github.com:cjburkey01/ClaimChunk.git`
-or downloading the repository source using the button above that says "Clone or download".
+or downloading the repository source using the button shown below (Or you can click the image!):
+
+[![ClaimChunk Logo](imgs/github-download-source.png)](https://github.com/cjburkey01/ClaimChunk/archive/refs/heads/main.zip)
Once you have obtained the repo, inside the local repository, you'll just need to execute this Gradle Wrapper command:
* `./gradlew build` for Unix/Mac
diff --git a/build.gradle.kts b/build.gradle.kts
index b85536b..0f82e71 100644
--- a/build.gradle.kts
+++ b/build.gradle.kts
@@ -7,7 +7,7 @@ plugins {
java
id("de.undercouch.download") version "5.6.0"
- id("io.freefair.lombok") version "8.6"
+ id("io.freefair.lombok") version "8.7.1"
// Including dependencies in final jar
id("io.github.goooler.shadow") version "8.1.8"
id("com.vanniktech.maven.publish") version "0.29.0"
diff --git a/imgs/github-download-source.png b/imgs/github-download-source.png
new file mode 100644
index 0000000..f61e748
Binary files /dev/null and b/imgs/github-download-source.png differ
diff --git a/unbuilt_readme.md b/unbuilt_readme.md
index b57546e..1cfc344 100644
--- a/unbuilt_readme.md
+++ b/unbuilt_readme.md
@@ -129,7 +129,9 @@ Discord or building it yourself. Here's how to build it yourself:
First, you'll need to clone the repo either using the Git command:
`git clone git@github.com:cjburkey01/ClaimChunk.git`
-or downloading the repository source using the button above that says "Clone or download".
+or downloading the repository source using the button shown below (Or you can click the image!):
+
+[![ClaimChunk Logo](imgs/github-download-source.png)](https://github.com/cjburkey01/ClaimChunk/archive/refs/heads/main.zip)
Once you have obtained the repo, inside the local repository, you'll just need to execute this Gradle Wrapper command:
* `./gradlew build` for Unix/Mac