summaryrefslogtreecommitdiff
path: root/website/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'website/index.html')
-rw-r--r--website/index.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/website/index.html b/website/index.html
index 922052bc7..036d2f01d 100644
--- a/website/index.html
+++ b/website/index.html
@@ -1,4 +1,4 @@
-<!-- Copyright 2018 the Deno authors. All rights reserved. MIT license. -->
+<!-- Copyright 2018-2019 the Deno authors. All rights reserved. MIT license. -->
<!DOCTYPE html>
<html>
<head>
@@ -47,8 +47,9 @@
<h2>Getting started</h2>
<p>Install Deno into ~/.deno/bin
+
<pre>
-curl -L https://deno.land/x/install/install.py | python
+curl -L https://deno.land/x/install/install.sh | sh
export PATH=$HOME/.deno/bin:$PATH
</pre>