urbit-ob

JavaScript utilities for phonemic base wrangling.
Log | Files | Refs | README

commit 7d1c9344a507ed305d3d9efec2ed002f61e192b7
parent 97aa737401debe05dcc0f68903790cb56dad7156
Author: Jared Tobin <jared@jtobin.io>
Date:   Sat,  3 Nov 2018 13:22:27 +1300

Update README. [ci skip]

Diffstat:
MREADME.md | 9++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -18,7 +18,14 @@ number, in particular, hence the 'ob' in the library's name. ## Install -A simple `npm install` should do it. +You can grab the library from npm via: + +``` +npm install urbit-ob +``` + +Otherwise you can just clone the repo, and a simple `npm install` will pull +down the dependencies. ## Usage