diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2020-01-31 00:42:39 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-30 18:42:39 -0500 |
commit | de5c099b47bd1d2e528f1a10179f130a02f26f86 (patch) | |
tree | 8e3243e64aa6e9b87c690020eade17dfc56d6315 /std/http/file_server.ts | |
parent | 25b13c8917061c569e8f92da124b1b446dc223f0 (diff) |
feat: deno install in Rust (#3806)
//std/installer couldn't be removed due to bug, but it's now deprecated.
Diffstat (limited to 'std/http/file_server.ts')
-rwxr-xr-x | std/http/file_server.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/std/http/file_server.ts b/std/http/file_server.ts index 4510023f7..6ec10cd65 100755 --- a/std/http/file_server.ts +++ b/std/http/file_server.ts @@ -48,7 +48,7 @@ if (serverArgs.h || serverArgs.help) { Serves a local directory in HTTP. INSTALL: - deno install file_server https://deno.land/std/http/file_server.ts --allow-net --allow-read + deno install --allow-net --allow-read file_server https://deno.land/std/http/file_server.ts USAGE: file_server [path] [options] |