Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,10 @@ Movie Info ios App using The Movie DB API with MVC to MVVM refactoring
- Install Xcode 10
- Get the API Key from https://developers.themoviedb.org/3/
- Put API Key in MovieService.swift apiKey constant
- pod install
- Open terminal
- set your project path on terminal
- command : pod init

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's better to wrap commands by backsticks, so the result will be like this:
pod init

- go to pod file of your project and adding pod which you want to install.
- Command : Pod install
- Close and open xcworkspace file
- Follow the tutorial at: https://medium.com/@alfianlosari/refactor-mvc-ios-app-to-mvvm-with-rxswift-in-minutes-alfian-losari-ec7905f946f4?source=friends_link&sk=003e48659c9e83ce7096440c1550000f