mirror of
https://github.com/denoland/deno.git
synced 2024-12-31 11:34:15 -05:00
fix(doc): Resolves dead link on script installer man page (#8705)
This commit is contained in:
parent
5f05e1783e
commit
fd9b0202c1
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ deno install --allow-net --allow-read https://deno.land/std@$STD_VERSION/http/fi
|
|||
The above command creates an executable called `file_server` that runs with
|
||||
network and read permissions and binds to port 8080.
|
||||
|
||||
For good practice, use the [`import.meta.main`](../examples/testing_if_main.md)
|
||||
For good practice, use the [`import.meta.main`](../examples/module_metadata.md)
|
||||
idiom to specify the entry point in an executable script.
|
||||
|
||||
Example:
|
||||
|
|
Loading…
Reference in a new issue