Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add installer #488

Closed
wants to merge 2 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update README of deno_install
  • Loading branch information
syumai committed Jun 9, 2019
commit 200f11ce9c28293f5deb3c35a1295d57724bde79
8 changes: 5 additions & 3 deletions installer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,11 @@
## Usage

```sh
deno_install https://deno.land/std/http/file_server.ts
# now you can use installed command!
file_server
$ deno_install https://deno.land/std/http/file_server.ts
> file_server requests network access. Grant permanently? [yN] # Grant the permissions to use command.
> y
> Successfully installed file_server.
$ file_server # now you can use installed command!
```

## Requirements
Expand Down