summaryrefslogtreecommitdiff
path: root/std/http/file_server.ts
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2020-01-31 00:42:39 +0100
committerGitHub <noreply@github.com>2020-01-30 18:42:39 -0500
commitde5c099b47bd1d2e528f1a10179f130a02f26f86 (patch)
tree8e3243e64aa6e9b87c690020eade17dfc56d6315 /std/http/file_server.ts
parent25b13c8917061c569e8f92da124b1b446dc223f0 (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-xstd/http/file_server.ts2
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]