From 05e88f368be83a0710e9e28c7ea28f6ad00ddf75 Mon Sep 17 00:00:00 2001 From: F0lkl0re <51024076+F0lkl0re@users.noreply.github.com> Date: Thu, 4 Mar 2021 15:37:02 -0500 Subject: [PATCH 1/2] Update README.md --- README.md | 27 +++++++++++++++++++++++++-- 1 file changed, 25 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5a453fa..d718352 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,26 @@ -# FutureRestore-GUI +# Futurerestore GUI (Currently unfinished) +![Github CI](https://img.shields.io/github/workflow/status/JohnnnnyKlayy/FutureRestore-GUI/Java%20CI%20with%20Gradle.svg) +![Github releases](https://img.shields.io/github/v/release/JohnnnnyKlayy/FutureRestore-GUI?include_prereleases.svg) +![Github issues](https://img.shields.io/github/issues/JohnnnnyKlayy/FutureRestore-GUI.svg) +![Github repo size](https://img.shields.io/github/repo-size/JohnnnnyKlayy/FutureRestore-GUI.svg) -## Don't use this, it's not done :) + +A GUI implementation for futurerestore written in Java + +## Installation + +Download from releases tab [here](https://github.com/JohnnnnyKlayy/FutureRestore-GUI/releases) (Requires Java 8 for universal build) and futurerestore from [here](https://github.com/JohnnnnyKlayy/FutureRestore-GUI/releases) + + +## Usage + +Cloning the repository: + +```java +git clone https://github.com/JohnnnnyKlayy/FutureRestore-GUI.git +``` + +## Contributing +Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change. + +Please make sure to update tests as appropriate. From 55c68135886eaf77cbecf2afbc37ec538d0afc2c Mon Sep 17 00:00:00 2001 From: JohnnnnyKlayy <45371102+JohnnnnyKlayy@users.noreply.github.com> Date: Thu, 4 Mar 2021 22:00:18 -0500 Subject: [PATCH 2/2] Update README.md --- README.md | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index d718352..d8ef92e 100644 --- a/README.md +++ b/README.md @@ -4,23 +4,22 @@ ![Github issues](https://img.shields.io/github/issues/JohnnnnyKlayy/FutureRestore-GUI.svg) ![Github repo size](https://img.shields.io/github/repo-size/JohnnnnyKlayy/FutureRestore-GUI.svg) - -A GUI implementation for futurerestore written in Java +A GUI implementation for FutureRestore written in Java ## Installation -Download from releases tab [here](https://github.com/JohnnnnyKlayy/FutureRestore-GUI/releases) (Requires Java 8 for universal build) and futurerestore from [here](https://github.com/JohnnnnyKlayy/FutureRestore-GUI/releases) +Download from [releases](https://github.com/JohnnnnyKlayy/FutureRestore-GUI/releases). Java 8 required for both Mac and Universal apps. ## Usage -Cloning the repository: +Download [FutureRestore](https://github.com/marijuanARM/futurerestore/releases). Download target iPSW from [iPSW.me](https://ipsw.me) or [iPSW.dev](https://ipsw.dev). + +## Contributing -```java +Cloning the repository: +``` git clone https://github.com/JohnnnnyKlayy/FutureRestore-GUI.git ``` -## Contributing -Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change. - -Please make sure to update tests as appropriate. +Pull requests are welcome. For major feature requests, please open an issue to discuss what improvements you would like to see.