Skip to content

Commit d012d54

Browse files
committed
Files modified: 1
Modified 1 file: README.md
1 parent 18c53df commit d012d54

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,15 @@ Element is a programatic UI framework that lets you create beautiful mac apps in
77

88
## Installation:
99

10-
Installation info for Xcode & Playground [here](http://stylekit.org/blog/2017/01/16/playground-and-framework/) (Carthage & CocoaPod support is coming)
10+
**Xcode:**
11+
Either package as .framework or drag and drop source of [Element](https://github.com/eonist/Element) and [Swift-utils](https://github.com/eonist/swift-utils) into XCode
12+
13+
**Playground:**
14+
1. Package Element as "Element.framework"
15+
2. Package [this](https://github.com/eonist/swift-utils) as "Utils.framework"
16+
17+
.framework packaging instructions [here](http://stylekit.org/blog/2017/01/16/playground-and-framework/)
18+
(Carthage & CocoaPod support is coming soon)
1119

1220
## Features:
1321
- [Swift 3.0.1](http://stylekit.org/blog/2017/01/16/playground-and-framework/) 🔶

0 commit comments

Comments
 (0)