summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 10 insertions, 1 deletions
diff --git a/README.md b/README.md
index ddd41cb92..f53bca534 100644
--- a/README.md
+++ b/README.md
@@ -2,5 +2,14 @@
[![Build Status](https://travis-ci.com/propelml/deno.svg?token=eWz4oGVxypBGsz78gdKp&branch=master)](https://travis-ci.com/propelml/deno)
-A simpler JavaScript runtime
+An opinionated JavaScript runtime
+```bash
+make deno # Builds the deno executable
+
+make test # Runs the tests.
+
+make fmt # Formats the code.
+
+make clean # Cleans the build.
+```