Add file server to README

Original: f1f1f39cd3
This commit is contained in:
Ryan Dahl 2018-12-11 13:33:52 -05:00
parent 626cef41b6
commit a691d9257b

View file

@ -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"
```