From 0a15614ce60389d062354cf01f06d239d55708d9 Mon Sep 17 00:00:00 2001 From: Mike Reed Date: Thu, 24 Feb 2022 08:26:27 -0500 Subject: [PATCH] Update readme --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 029891da..3e1c1034 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,12 @@ When updating, remember to also update the submodule with the same command. git submodule update --init ``` +Before you can run the examples, you need to build ... +```sh +cd rive-ios +./make_dependencies.sh +``` + ## Via Pods To install our pod, simply add the following to [cocoapods](https://cocoapods.org/) and run `pod install`.