Skip to content
Götz Salzmann edited this page Jan 26, 2023 · 10 revisions

GitHub Releases

Download the latest development release:

https://github.com/glushchenko/fsnotes/releases/latest

For developers

How to compile app from sources

Step 1. Copy source code:

git clone https://github.com/glushchenko/fsnotes.git

Step 2. Intsall cocoapods https://cocoapods.org/

brew install cocoapods

or

sudo gem install cocoapods

Step 3. Install pod deps

cd fsnotes && pod install

Step 4. Install XCode and compile app:

Open FSNotes.xcworkspace file from project root.

Select Target: FSNotes and presss ⌘ + R