diff --git a/README.md b/README.md index 45d9830d7..62188f5ee 100644 --- a/README.md +++ b/README.md @@ -160,12 +160,22 @@ To run KOReader on your development machine: ./kodev run ``` +To automatically set up a number of primarily luarocks-related environment variables: +``` +./kodev activate +``` + To run unit tests: ``` ./kodev test base ./kodev test front ``` +To run a specific unit test (for test development): +``` +./kodev test front readerbookmark_spec.lua +``` + NOTE: Extra dependencies for tests: `busted` and `ansicolors` from luarocks. To run Lua static analysis: