From 91b4266b1373279a1be37c5f79e8f27f280172e8 Mon Sep 17 00:00:00 2001 From: Chris Frohoff Date: Tue, 28 Jun 2022 18:52:16 -0700 Subject: [PATCH] update readme (#188) --- README.md | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/README.md b/README.md index b395c9a..d251f9c 100644 --- a/README.md +++ b/README.md @@ -103,14 +103,7 @@ $ java -cp ysoserial.jar ysoserial.exploit.RMIRegistryExploit myhost 1099 Common ## Installation -1. Download the latest jar from -[JitPack](https://jitpack.io/com/github/frohoff/ysoserial/master-SNAPSHOT/ysoserial-master-SNAPSHOT.jar) -[![Download Latest Snapshot](https://img.shields.io/badge/download-master-green.svg)]( - https://jitpack.io/com/github/frohoff/ysoserial/master-SNAPSHOT/ysoserial-master-SNAPSHOT.jar) - -Note that GitHub-hosted releases were removed in compliance with the -[GitHub Community Guidelines]( - https://help.github.com/articles/github-community-guidelines/#what-is-not-allowed) +Download the [latest release jar](https://github.com/frohoff/ysoserial/releases/latest/download/ysoserial-all.jar) from GitHub releases. ## Building