diff options
author | Chris Knight <cknight1234@gmail.com> | 2020-05-26 12:12:07 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-26 13:12:07 +0200 |
commit | 9090023c33de7b64ae41425db71c9ab4d5b1237f (patch) | |
tree | 917fa6901391bf4ef12d52d5232b2355bd6ce2b3 /docs/getting_started.md | |
parent | 4e92ef7dc9e1d223d9f3099b94579c2b17e4ef9e (diff) |
docs: "Getting started" manual updates (#5835)
Diffstat (limited to 'docs/getting_started.md')
-rw-r--r-- | docs/getting_started.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/getting_started.md b/docs/getting_started.md index 159d3de64..7737f08d7 100644 --- a/docs/getting_started.md +++ b/docs/getting_started.md @@ -3,7 +3,9 @@ In this chapter we'll discuss: - Installing Deno +- Setting up your environment - Running a simple `Hello World` script - Writing our own script +- Understanding permissions - Using Deno with TypeScript - Using WebAssembly |