File tree 1 file changed +9
-2
lines changed
1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -13,15 +13,22 @@ This repository contains examples for
13
13
14
14
### Running Examples as Scripts
15
15
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 ` ) .
18
18
19
19
Example:
20
20
```
21
21
$ Sources/httpd-helloworld/main.swift
22
22
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
23
26
```
24
27
28
+ Looks like this:
29
+ ![ MacroExpress Simple Screenshot] ( https://zeezide.de/img/macro/MacroExpressSimple.png )
30
+
31
+
25
32
### Who
26
33
27
34
** Macro** is brought to you by
You can’t perform that action at this time.
0 commit comments