Skip to content

Commit b5d3f72

Browse files
committed
Updated README
1 parent 142d5cb commit b5d3f72

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

README.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,23 @@
77
[![Docs](https://img.shields.io/badge/docs-99%25-yellow.svg?style=flat)](http://www.perfect.org/docs/)
88
[![GitHub issues](https://img.shields.io/github/issues/PerfectlySoft/Perfect.svg)](https://github.com/PerfectlySoft/Perfect/issues)
99
[![codebeat](https://codebeat.co/badges/85f8f628-6ce8-4818-867c-21b523484ee9)](https://codebeat.co/projects/github-com-perfectlysoft-perfect)
10-
[![Twitter](https://img.shields.io/badge/Twitter-@PerfectlySoft-brightgreen.svg?style=flat)](http://twitter.com/PerfectlySoft)
10+
[![Twitter](https://img.shields.io/badge/Twitter-@PerfectlySoft-blue.svg?style=flat)](http://twitter.com/PerfectlySoft)
1111
[![Join the chat at https://gitter.im/PerfectlySoft/Perfect](https://img.shields.io/badge/Gitter-Join%20Chat-brightgreen.svg)](https://gitter.im/PerfectlySoft/Perfect?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
1212

13+
**2016-07-07 NOTE:** We have moved the core HTTP, HTTPServer and Mustache code into their own repositories. This introduces compilation issues with existing code and you will need to import one or more of the following packages, depending on your usage:
14+
15+
```swift
16+
import PerfectMustache
17+
import PerfectHTTP
18+
import PerfectHTTPServer
19+
```
20+
21+
You will also need to adjust your Package.swift file. You should only need to change the Perfect dependency to the following:
22+
23+
```"https://github.com/PerfectlySoft/Perfect-HTTPServer.git"```
24+
25+
--
26+
1327
**The master branch of this project currently compiles with the default Swift 3.0 toolchain included in Xcode 8 beta 2. On Ubuntu use the *DEVELOPMENT-SNAPSHOT-2016-06-20-a* toolchain, released June 20th.**
1428

1529
**Important:** On OS X you must set the Xcode command line tools preference as follows:

0 commit comments

Comments
 (0)