-
Notifications
You must be signed in to change notification settings - Fork 46
Update INSTALL.md for clarity #284
base: master
Are you sure you want to change the base?
Conversation
Codecov Report
@@ Coverage Diff @@
## master #284 +/- ##
=========================================
- Coverage 7.53% 7.41% -0.12%
=========================================
Files 219 219
Lines 8694 8694
=========================================
- Hits 655 645 -10
- Misses 8039 8049 +10
Continue to review full report at Codecov.
|
#### Helpful Tools and Next Steps | ||
1) Run `./setup.sh` to download the required frameworks. | ||
|
||
2) Run `bundle exec pod install` to install dependencies located in the `Podfile`. This command guarantees that the version of CocoaPods specified in the `Gemfile.lock` is used to `pod install` the dependencies listed in the `Podfile.lock`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
you don't have to install pods. pod sources are committed to the repository (for the reasons mentioned here: https://stackoverflow.com/a/45587355).
all you have to do is run setup.sh and open Zap.xcworkspace
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh awesome, will update shortly
25a8d65
to
8320cf8
Compare
I made some small quality of life updates to
INSTALL.md
for clarity, nothing groundbreaking :)Motivation and Context
I just want to make it easier for people to install and get started and have less questions for existing devs.
How Has This Been Tested?
I proof-read it 😄
Types of changes
Copy update
Checklist: