mirror of
https://github.com/denoland/deno.git
synced 2024-10-30 09:08:00 -04:00
parent
626cef41b6
commit
a691d9257b
1 changed files with 10 additions and 0 deletions
10
README.md
10
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"
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue