From 9e2d30f0379fa837c14b4fb873d7ad3aa909b273 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?B=C3=A1n=20D=C3=A9nes?= Date: Sun, 1 Nov 2020 16:42:37 +0100 Subject: [PATCH] Minor doc fix Closes #5 --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 4bb022e..b96d466 100644 --- a/readme.md +++ b/readme.md @@ -12,7 +12,7 @@ The project grew out of (and is an integral part of) the [Absolem keyboard](http Supposing you have a config ready, you can use ergogen either on the command line, or through the [web UI](https://zeaolt.hu/ergogen). -Command line usage requires `node v14.4.0+` with `npm v6.14.5+` to be installed, the repo to be checked out, and then simply calling the CLI interface through `node src/cli.js`. +Command line usage requires `node v14.4.0+` with `npm v6.14.5+` to be installed, the repo to be checked out, `npm install` to be issued, and then simply calling the CLI interface through `node src/cli.js`. The `--help` switch lists the available command line options. The [web UI](https://zeaolt.hu/ergogen) is a more accessible version of the same codebase, where everything happens in your browser.