File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Expand file tree Collapse file tree 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
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
1919Example:
2020```
2121$ Sources/httpd-helloworld/main.swift
22222020-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
You can’t perform that action at this time.
0 commit comments