Skip to content

Commit

Permalink
Update instructions to install file server (denoland/std#526)
Browse files Browse the repository at this point in the history
  • Loading branch information
phil-r authored and ry committed Jun 29, 2019
1 parent 5bf765b commit 6d44733
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions http/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ main();

A small program for serving local files over HTTP.

Add the following to your `.bash_profile`
Install it by using `deno install`

```sh
alias file_server="deno run --allow-net https://deno.land/std/http/file_server.ts"
deno install file_server https://deno.land/std/http/file_server.ts --allow-net --allow-read
```

0 comments on commit 6d44733

Please sign in to comment.