Update readme with link to version for Swift 1.1

This commit is contained in:
Kare Morstol
2015-02-14 18:36:55 +01:00
parent 6649595b98
commit 96526987f3
+2
View File
@@ -1,3 +1,5 @@
_Updated to [Swift 1.2](https://developer.apple.com/swift/blog/?id=22) (Xcode 6.3). [Use this](https://github.com/kareman/SwiftShell/releases/tag/v0.1) for earlier versions of Swift (Xcode 6.1.1 and 6.2)._
# SwiftShell
An OS X Framework for command line scripting in Swift. It supports joining together shell commands and Swift functions, like the pipe in shell commands and the pipe forward operator in F#. Like Swift itself it supports both object-oriented and functional programming.