From e58b80c2a9401aac851f9c501cc43f2c4ffda064 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?B=C3=A1n=20D=C3=A9nes?= Date: Sat, 27 Nov 2021 21:08:28 +0100 Subject: [PATCH] Redirect readme links to new domain --- readme.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/readme.md b/readme.md index 7668a3c..0768cfe 100644 --- a/readme.md +++ b/readme.md @@ -10,15 +10,15 @@ The project grew out of (and is an integral part of) the [Absolem keyboard](http ## Usage -Supposing you have a config ready, you can use ergogen either on the command line, or through the [web UI](https://zealot.hu/ergogen/). +Supposing you have a config ready, you can use ergogen either on the command line, or through the [web UI](https://ergogen.xyz). 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://zealot.hu/ergogen/) is a more accessible version of the same codebase, where everything happens in your browser. +The [web UI](https://ergogen.xyz) is a more accessible version of the same codebase, where everything happens in your browser. It's been patched together on a fresh Chrome-derivative, and I didn't take any care to make it compatible with older stuff, so please use something modern! -As for how to prepare a valid config, please read the [reference](https://github.com/mrzealot/ergogen/blob/master/docs/reference.md), or browse the [`docs`](https://github.com/mrzealot/ergogen/tree/master/docs) folder for additional examples. +As for how to prepare a valid config, please read the [reference](https://docs.ergogen.xyz).