From 30f2dcb850dc023a445ba1abca06565738cd2a70 Mon Sep 17 00:00:00 2001 From: Harald Albrecht Date: Tue, 8 Jan 2019 13:03:37 +0100 Subject: [PATCH] updates readme and adds DownGit-powered sdcard files download --- README.md | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ab73e0c..fe0976c 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,13 @@ what sane reason is there to end up with a Lua-scripted multi-layout keyboard 2. Download all files from the `sdcard/` subdirectory of this repository and then copy them onto the microSD card. This will overwrite but one file `key.lua`, all other files are new. + - download recent stable + [sdcard.zip](https://minhaskamal.github.io/DownGit/#/home?url=https://github.com/TheDiveO/multibow/tree/master/sdcard) + – courtesy of Minhas Kamal's incredibly useful + [DownGit](https://github.com/MinhasKamal/DownGit) service which lets + users directly download GitHub repository directories as .zip files. + _Please note that we're not responsible for the DownGit service and its + integrity, so be cautious when downloading files._ ## Multiple Keyboard Layouts @@ -216,7 +223,9 @@ Before your first testing, you'll need to run `./setup-tests.sh` once in order to install (on Ubuntu-based distributions) the required system distribution and LuaRocks packages. -Afterwards, simply run `busted` while in the `multibow` repository root -directory to run all tests. For instance, run `busted -spec/layout/kdenlive_spec.lua` to unit test a specific keyboard layout (or set -of layouts). +Afterwards, simply run `./check.sh` while in the `multibow` repository root +directory to run all tests and linting. + +If you want to just test a certain file or directory, then run `busted +spec/layout/kdenlive_spec.lua` to unit test a specific keyboard layout +(or set of layouts) or `busted spec/layout` to check all layouts.