summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/README.md b/README.md
index ee6009304..3963e19a6 100644
--- a/README.md
+++ b/README.md
@@ -16,3 +16,13 @@ async function main() {
main();
```
+
+## File Server
+
+A small program for serving local files over HTTP.
+
+Add the following to your `.bash_profile`
+```
+alias file_server="deno https://deno.land/x/net/file_server.ts --allow-net"
+```
+