Add installation instructions to readme

Bu işleme şunda yer alıyor:
Shadowfacts 2020-01-06 20:35:11 -05:00
ebeveyn 29e0128a55
işleme 1e066ac28e
İmzalayan: shadowfacts
GPG Anahtar Kimliği: 94A5AB95422746E5
1 değiştirilmiş dosya ile 12 ekleme ve 0 silme

Dosyayı Görüntüle

@ -1,3 +1,15 @@
# Tusker
Tusker is a WIP iOS app for Mastodon and Pleroma.
## Installing for Development
Xcode 11 is required, macOS Mojave or later should work (only macOS Catalina is regularly tested).
1. Clone the project: `git clone https://git.shadowfacts.net/shadowfacts/Tusker.git`
2. Change directory into the project: `cd Tusker`
3. Clone the submodules: `git submodule init && git submodule update`
4. Open `Tusker.xcworkspace` in Xcode.
5. Change the code signing identity to your own.
6. Change the bundle identifier to something unique.
7. Select a target in the Tusker scheme and build & run.