From 8618214c7ffeb27c7bc873dfe8fc389eae32dbe6 Mon Sep 17 00:00:00 2001 From: Nick <31907977+zt64@users.noreply.github.com> Date: Wed, 24 Apr 2024 13:43:05 -0400 Subject: [PATCH] docs: improve installation section (PR #2161) * Update README.md * Update README.md --- README.md | 28 ++++++++++++++++------------ 1 file changed, 16 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 09010083442..9f79a118a69 100644 --- a/README.md +++ b/README.md @@ -51,18 +51,22 @@ On Windows run `.bat` files with double-click\ For Windows, you can download it from [oracle.com](https://www.oracle.com/java/technologies/downloads/#jdk17-windows) (select x64 Installer). ### Install -1. Arch linux ![Arch Linux package](https://img.shields.io/archlinux/v/extra/any/jadx?label=) - ```bash - sudo pacman -S jadx - ``` -2. macOS ![homebrew version](https://img.shields.io/homebrew/v/jadx?label=) - ```bash - brew install jadx - ``` -3. [Flathub ![Flathub](https://img.shields.io/flathub/v/com.github.skylot.jadx?label=)](https://flathub.org/apps/details/com.github.skylot.jadx) - ```bash - flatpak install flathub com.github.skylot.jadx - ``` +- Arch Linux + [![Arch Linux package](https://img.shields.io/archlinux/v/extra/any/jadx)](https://archlinux.org/packages/extra/any/jadx/) + [![AUR Version](https://img.shields.io/aur/version/jadx-git)](https://aur.archlinux.org/packages/jadx-git) + ```bash + sudo pacman -S jadx + ``` +- macOS + [![homebrew version](https://img.shields.io/homebrew/v/jadx)](https://formulae.brew.sh/formula/jadx) + ```bash + brew install jadx + ``` +- Flathub + [![Flathub Version](https://img.shields.io/flathub/v/com.github.skylot.jadx)](https://flathub.org/apps/com.github.skylot.jadx) + ```bash + flatpak install flathub com.github.skylot.jadx + ``` ### Use jadx as a library You can use jadx in your java projects, check details on [wiki page](https://github.com/skylot/jadx/wiki/Use-jadx-as-a-library)