mirror of
https://github.com/denoland/deno.git
synced 2025-03-03 09:31:22 -05:00
add links in the manual (#7120)
This commit is contained in:
parent
87b1b8c461
commit
679a190fcd
1 changed files with 8 additions and 8 deletions
|
@ -2,11 +2,11 @@
|
|||
|
||||
In this chapter we'll discuss:
|
||||
|
||||
- Installing Deno
|
||||
- Setting up your environment
|
||||
- Running a `Hello World` script
|
||||
- Writing our own script
|
||||
- Command line interface
|
||||
- Understanding permissions
|
||||
- Using Deno with TypeScript
|
||||
- Using WebAssembly
|
||||
- [Installing Deno](./getting_started/installation.md)
|
||||
- [Setting up your environment](./getting_started/setup_your_environment.md)
|
||||
- [Running a `Hello World` script](./getting_started/first_steps.md)
|
||||
- [Writing our own script](./getting_started/first_steps.md)
|
||||
- [Command line interface](./getting_started/command_line_interface.md)
|
||||
- [Understanding permissions](./getting_started/permissions.md)
|
||||
- [Using Deno with TypeScript](./getting_started/typescript.md)
|
||||
- [Using WebAssembly](./getting_started/webassembly.md)
|
||||
|
|
Loading…
Add table
Reference in a new issue