Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cranci1 authored Feb 24, 2024
1 parent ee88968 commit 917d4e6
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,28 @@ AnimeGen supports any iOS/iPadOS device running iOS 13+

- [NineAnimator](https://github.com/SuperMarcus/NineAnimator) (Launchscreen Idea/Base)
- [Nekidev](https://github.com/Nekidev/anime-api) (Anime-api list)


## Build

Want to build the app your self? No problem, by cloning this repo and running the ipadbuild.sh file you can build your own ipa of the app!

Clone the repo:

```
git clone https://github.com/cranci1/AnimeGen
```

Navige to the directory:

```
cd AnimeGen
```

Run the script:

```
./ipabuild.sh
```

If the build was succeful then in the directory of AnimeGen you should see a "build" folder with inside a folder "DerivedDataApp" and the AnimeGen.ipa file. You are now done!

0 comments on commit 917d4e6

Please sign in to comment.