0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-02-02 04:38:21 -05:00

add "run" to file server alias (denoland/deno_std#460)

Original: 4078e9b24d
This commit is contained in:
Bardia Rastin 2019-05-28 02:26:10 +04:30 committed by Ryan Dahl
parent ad3de86604
commit 5b37b560fb

View file

@ -73,5 +73,5 @@ A small program for serving local files over HTTP.
Add the following to your `.bash_profile`
```
alias file_server="deno --allow-net https://deno.land/std/http/file_server.ts"
alias file_server="deno run --allow-net https://deno.land/std/http/file_server.ts"
```