Minor README tweaks.

This commit is contained in:
Richard Newman 2016-10-06 15:26:37 -07:00
parent f930d1312a
commit e7add97a67

View file

@ -4,6 +4,8 @@ Datomish is a persistent, embedded knowledge base. It's written in ClojureScript
Datomish compiles into a single JavaScript file, and is usable both in Node (on top of `promise_sqlite`) and in Firefox (on top of `Sqlite.jsm`). It also works in pure Clojure on the JVM on top of `jdbc-sqlite`. Datomish compiles into a single JavaScript file, and is usable both in Node (on top of `promise_sqlite`) and in Firefox (on top of `Sqlite.jsm`). It also works in pure Clojure on the JVM on top of `jdbc-sqlite`.
There's an example Firefox restartless add-on in the [`addon`](https://github.com/mozilla/datomish/tree/master/addon) directory; build instructions are below.
## Motivation ## Motivation
@ -162,6 +164,10 @@ lein cljsbuild once release-browser
### To build and run the example Firefox add-on: ### To build and run the example Firefox add-on:
First build for Firefox, so that `datomish.js` exists.
Then:
``` ```
cd addon cd addon
./build.sh ./build.sh