1
1
mirror of https://github.com/nsomar/Swiftline.git synced 2024-09-11 05:35:42 +03:00
Swiftline/Examples/Readme.md
2015-11-12 08:54:15 +00:00

19 lines
312 B
Markdown

To run examples
Install [cocoapods-rome](https://github.com/neonichu/Rome)
$ gem install cocoapods-rome
Run `pod install`
---
To run any example:
chmod a+x Example.swift
./Example.swift
For example to run `ColorizeExample.swift`
chmod a+x ColorizeExample.swift
./ColorizeExample.swift