From ba6a62d546917f5a43f1b48d6bd4d93f73dc4060 Mon Sep 17 00:00:00 2001 From: PangMo5 Date: Fri, 23 Jul 2021 11:54:37 +0900 Subject: [PATCH] update README.md --- README.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/README.md b/README.md index 23c1584a..a507fd71 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,9 @@

SwiftFin

SwiftFin

+ + + @@ -19,6 +22,27 @@ Join the Beta on TestFlight +**Don't see Jellyfin in your language?** + +Check out our [Weblate instance](https://translate.jellyfin.org/projects/swiftfin/) to help translate Swiftfin and other projects. + + + + + ## ⚙️ Development Xcode 13.0 with command line tools. + +### Build Process + +```bash +# install Cocoapods (if not installed) +$ sudo gem install cocoapods + +# install dependencies +$ pod install + +# open workspace +$ open JellyfinPlayer.xcworkspace +``` \ No newline at end of file