Minor README tweaks.
This commit is contained in:
parent
f930d1312a
commit
e7add97a67
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue