Skip to content

Commit

Permalink
Add more build instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
dcodeIO committed Oct 30, 2021
1 parent 9d90c0b commit d30e39c
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Expand Up @@ -29,7 +29,7 @@ Usage

The package exports an ECMAScript module with an UMD fallback.

```sh
```
$> npm install long
```

Expand Down Expand Up @@ -261,6 +261,12 @@ WebAssembly support
Building
--------

Building the UMD fallback:

```
$> npm run build
```

Running the [tests](./tests):

```
Expand Down

0 comments on commit d30e39c

Please sign in to comment.