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:
parent
ad3de86604
commit
5b37b560fb
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
```
|
||||
|
|
Loading…
Add table
Reference in a new issue