From d424850f07149cc4da061eeff6c41dd3ba383ab4 Mon Sep 17 00:00:00 2001 From: vitor-rc1 Date: Wed, 14 Feb 2024 10:24:19 -0300 Subject: [PATCH] Update badges and add installation instructions --- README.md | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 89656f1..871088d 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -![](https://github.com/vitor-rc1/recipe-app-ios/actions/workflows/ios.yml/badge.svg) +![](https://github.com/vitor-rc1/recipe-app-ios/actions/workflows/main_status.yml/badge.svg) # Recipe App iOS - MVVM+C+S @@ -13,9 +13,18 @@ ## APIs - [TheMealDB API](https://www.themealdb.com/) - [The CockTailDB API](https://www.thecocktaildb.com/api.php) -## Requirements - - XCode 13.1 - - CocoaPod 1.11.3 +## Minimum Requirements + - XCode 13.1+ + - CocoaPod 1.11.3+ + - Ruby 2.6.3+ + +## Installation +1. Clone the repository +2. Run `pod install` in the project directory +3. Run `bundle install` in the project directory +4. Now you can open RecipeApp.xcworkspace and run the project +5. If you want to run the tests, you can run `bundle exec fastlane tests` in the project directory +6. To check the coverage, you can run `bundle exec fastlane tests_coverage` in the project directory ## Pods - SwiftLint