Skip to content

Commit 7b8e5b4

Browse files
committed
Everyone loves screenshots ...
...
1 parent 7dcee29 commit 7b8e5b4

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,22 @@ This repository contains examples for
1313

1414
### Running Examples as Scripts
1515

16-
Single file examples can be run as scripts using [swift-sh](https://github.com/mxcl/swift-sh),
17-
which can be installed using a simple `brew install mxcl/made/swift-sh`.
16+
Examples can be run as scripts using [swift-sh](https://github.com/mxcl/swift-sh)
17+
(can be installed using a simple `brew install mxcl/made/swift-sh`).
1818

1919
Example:
2020
```
2121
$ Sources/httpd-helloworld/main.swift
2222
2020-01-07T17:14:35+0100 notice: Server listening on http://localhost:1337/
23+
24+
$ Sources/express-simple/main.swift
25+
2020-06-03T14:58:59+0200 notice: Server listening on http://localhost:1337
2326
```
2427

28+
Looks like this:
29+
![MacroExpress Simple Screenshot](https://zeezide.de/img/macro/MacroExpressSimple.png)
30+
31+
2532
### Who
2633

2734
**Macro** is brought to you by

0 commit comments

Comments
 (0)