From e70c7120200f72167d5091e27470929cac0b061d Mon Sep 17 00:00:00 2001 From: Spidy123222 <64176728+Spidy123222@users.noreply.github.com> Date: Tue, 27 Sep 2022 11:48:13 -0700 Subject: [PATCH] README: Make app names in compile use Side names (#89) Make app names in compile steps use Side names --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b3024af1..9e556d27 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ SideStore is a alternative to AltStore and is a sandboxed iOS application like A [Roxas](https://github.com/rileytestut/roxas) is Riley Testut's internal framework from AltStore used across many of their iOS projects, developed to simplify a variety of common tasks used in iOS development. ## Compilation Instructions -AltStore and AltServer are both fairly straightforward to compile and run if you're already an iOS or macOS developer. To compile AltStore and/or AltServer: +SideStore and SideServer are both fairly straightforward to compile and run if you're already an iOS or macOS developer. To compile Sidestore and/or SideServer: 1. Clone the repository ```