We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bba032 commit 7a63ae9Copy full SHA for 7a63ae9
README.md
@@ -13,10 +13,15 @@ This repository contains examples for
13
14
### Running Examples as Scripts
15
16
-Single file examples can be run as scripts using the
17
-[swift-sh](https://github.com/mxcl/swift-sh),
+Single file examples can be run as scripts using [swift-sh](https://github.com/mxcl/swift-sh),
18
which can be installed using a simple `brew install swift-sh`.
19
+Example:
20
+```
21
+$ Sources/httpd-helloworld/main.swift
22
+2020-01-07T17:14:35+0100 notice: Server listening on http://localhost:1337/
23
24
+
25
### Who
26
27
**Macro** is brought to you by
0 commit comments