Skip to content

Commit

Permalink
More documentation updates
Browse files Browse the repository at this point in the history
  • Loading branch information
texodus committed Oct 1, 2018
1 parent 64f618e commit 83d5c9b
Show file tree
Hide file tree
Showing 3 changed files with 185 additions and 93 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ simple to build real-time & user configurable analytics entirely in the browser.

## Examples

* [Superstore](https://jsfiddle.net/texodus/gsoybtrp/) A static `superstore.arrow` demo.
* [Olympics](https://jsfiddle.net/texodus/eax9tqbm/) An example of sharing a single `perspective.table` among multiple `<perspective-viewer>`s.
* [Streaming](https://jsfiddle.net/texodus/84u926L1/) A streaming random data demo.
* [CSV](https://jsfiddle.net/texodus/pcrnd4jg/) Upload a CSV of your own.
* [Superstore](https://jsfiddle.net/texodus/gsoybtrp/show/) A static `superstore.arrow` demo.
* [Olympics](https://jsfiddle.net/texodus/eax9tqbm/show/) An example of sharing a single `perspective.table` among multiple `<perspective-viewer>`s.
* [Streaming](https://jsfiddle.net/texodus/84u926L1/show/) A streaming random data demo.
* [CSV](https://jsfiddle.net/texodus/pcrnd4jg/show/) Upload a CSV of your own.

## Documentation

Expand Down
23 changes: 9 additions & 14 deletions docs/installation.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,9 @@
# Installation <!-- omit in toc -->
---
id: installation
hide_title: true
---

- [(!) An important note about Hosting](#an-important-note-about-hosting)
- [From CDN](#from-cdn)
- [From NPM](#from-npm)
- [From source](#from-source)
- [Docker](#docker)
- [EMSDK](#emsdk)
- [OSX specific instructions](#osx-specific-instructions)
- [Windows 10 specific instructions](#windows-10-specific-instructions)
- [Ubuntu/Debian](#ubuntudebian)
- [Build Options](#build-options)
# Installation <!-- omit in toc -->

## (!) An important note about Hosting

Expand Down Expand Up @@ -53,7 +47,9 @@ For using Perspective from Node.js, or as a depedency in a `package.json` based
via NPM

```bash
npm install --save perspective perspective-viewer perspective-viewer-highcharts perspective-viewer-hypergrid
$ npm install --save @jpmorganchase/perspective-viewer \
@jpmorganchase/perspective-viewer-highcharts \
@jpmorganchase/perspective-viewer-hypergrid
```

## From source
Expand All @@ -71,8 +67,7 @@ however; the [Emscripten](https://github.com/kripken/emscripten) compiler, which
is used to compile the core C++ engine to WebAssembly, and must be installed
independently.

There are two main options for doing so - a provided Docker container, or
installing the Emscripten SDK manually.
## From source

### Docker

Expand Down
Loading

0 comments on commit 83d5c9b

Please sign in to comment.