diff --git a/README.md b/README.md index ee6009304f..3963e19a6b 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" +``` +