diff --git a/README.md b/README.md index a507fd71..ddf2d85d 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,9 @@ $ sudo gem install cocoapods # install dependencies $ pod install -# open workspace +# open workspace and build it $ open JellyfinPlayer.xcworkspace + +# or build using xcodebuild +$ xcodebuild build -workspace "JellyfinPlayer.xcworkspace" -scheme "JellyfinPlayer" ``` \ No newline at end of file