mirror of
https://github.com/aljazceru/breez-sdk-docs.git
synced 2025-12-17 05:44:20 +01:00
* move swift examples * swift workflow * fixup * rewirte gettingStarted * add README for swift * update fiat examples and addresss feedback
9 lines
66 B
Markdown
9 lines
66 B
Markdown
# How to run
|
|
```
|
|
cd BreezSDKExamples
|
|
|
|
swift build
|
|
|
|
swift run
|
|
```
|