aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLouis Pilfold <louis@lpil.uk>2022-01-11 20:15:48 +0000
committerLouis Pilfold <louis@lpil.uk>2022-01-11 20:15:48 +0000
commit1a6210729e5db4cca9754bcfbac8c61f1e8fc05c (patch)
treef31582ecc2cb37a6466c8be61d8eb0364cd5acca
parent73c7021fd28d815ca23407e9c40c00913b3e25c4 (diff)
downloadjavascript-1a6210729e5db4cca9754bcfbac8c61f1e8fc05c.tar.gz
javascript-1a6210729e5db4cca9754bcfbac8c61f1e8fc05c.zip
Install docs
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
index 68b91d2..2cdf60b 100644
--- a/README.md
+++ b/README.md
@@ -2,6 +2,14 @@
Work with JavaScript types and values in Gleam.
+## Installation
+
+Add this package to your Gleam project.
+
+```shell
+gleam add gleam_javascript
+```
+
## Features
This library contains modules for working with...