Skip to content

Commit

Permalink
Add global installation example
Browse files Browse the repository at this point in the history
  • Loading branch information
kgryte committed Jul 27, 2019
1 parent 998fc94 commit 2f9e819
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,14 @@ which will expose the `stdlib` command. For example, to see available sub-comman
$ stdlib help
```

and to run the [REPL][@stdlib/repl]

<!-- run-disable -->

```bash
$ stdlib repl
```

For distributable bundles for use in browser environments or as shared ("vendored") libraries in server environments, see the [`dist`][stdlib-bundles] directory and associated [guide][stdlib-bundles].

Otherwise, to install as a system library, follow the [download][stdlib-development], [configuration][stdlib-development], and [installation][stdlib-development] instructions as described in the [development guide][stdlib-development].
Expand Down Expand Up @@ -406,6 +414,8 @@ Test and build infrastructure is generously provided by the following services:

[@stdlib/bench/harness]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/bench/harness

[@stdlib/repl]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/repl

</section>

<!-- /.links -->

0 comments on commit 2f9e819

Please sign in to comment.