Skip to content

Commit

Permalink
update readme (build script was wrong)
Browse files Browse the repository at this point in the history
  • Loading branch information
Guitlle authored Aug 27, 2018
1 parent d0249a7 commit d547f74
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ To build do:

```
$ npm install
$ export TIDDLYWIKI_PLUGIN_PATH=../../plugins/
$ cd editions/math.js
$ ../../node_modules/.bin/tiddlywiki --build
$ export TIDDLYWIKI_PLUGIN_PATH=../plugins/
$ cd docs
$ ../node_modules/.bin/tiddlywiki --build
```

0 comments on commit d547f74

Please sign in to comment.