From 30d49418a309fd39ccd5eb9467bdea12abc38c52 Mon Sep 17 00:00:00 2001 From: Kare Morstol Date: Mon, 14 Sep 2015 21:44:49 +0200 Subject: [PATCH] Update README with links to Swift 1.2 version and SwiftShell 2.0b. --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f96a32f..a2ee9b6 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,10 @@ -_This is the **Swift 2.0** (Xcode 7) branch. Use [master](https://github.com/kareman/SwiftShell/tree/master) for Swift 1.2._ +_Works with **Swift 2.0** (Xcode 7). Use [v0.2](https://github.com/kareman/SwiftShell/tree/v0.2) for Swift 1.2._ + +_For the future of SwiftShell, check out [SwiftShell 2.0b](https://github.com/kareman/SwiftShell/tree/SwiftShell2)_ # 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#. +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 from functional programming. ## Usage