Skip to content

Commit e3da16b

Browse files
committed
Simple README for now...
1 parent 887cc78 commit e3da16b

File tree

1 file changed

+20
-1
lines changed

1 file changed

+20
-1
lines changed

README.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
11
# CodeRunnerCLI
22

3-
A description of this package.
3+
I bet you've been waiting for a [Command Line Interface](https://en.wikipedia.org/wiki/Command-line_interface) for [CodeRunner 2](https://coderunnerapp.com), right?
4+
Wait no more! It's here and written in nothing else than Swift! 🙌
5+
6+
# Requirements
7+
8+
This tool relies on:
9+
+ Swift 3.1 with Swift Package Manager
10+
11+
# Installing
12+
13+
To make it work you simply have to
14+
15+
```bash
16+
$ git clone https://github.com/cojoj/CodeRunnerCLI.git
17+
$ cd CodeRunnerCLI
18+
$ swift build -c release -Xswiftc -static-stdlib
19+
$ cp -f .build/release/Marathon /usr/local/bin/cr
20+
```
21+
22+
Form now on you have a `cr` command line tool available for your user.

0 commit comments

Comments
 (0)