From 5a66bdc8c27a71b56325da2b025851cca0dee1c4 Mon Sep 17 00:00:00 2001 From: Martchus Date: Mon, 24 Jan 2022 23:59:39 +0100 Subject: [PATCH] Update README for JavaScript/xterm.js changes --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 694d282..123f04b 100644 --- a/README.md +++ b/README.md @@ -350,7 +350,7 @@ editing the presets JSON file (e.g. `/etc/buildservice-git/presets.json` in the * Let different clients connect and disconnect fast * [ ] Improve test coverage * [ ] Add fancy graphs for dependencies on the web UI -* [ ] Include `xterm.js` properly +* [ ] Include `xterm.js` via JavaScript modules (blocked by https://github.com/xtermjs/xterm.js/issues/2878) ## Build instructions and dependencies For a PKGBUILD checkout my [PKGBUILDs repository](https://github.com/Martchus/PKGBUILDs). @@ -369,4 +369,5 @@ retrieved using npm: ``` cd srv/static/node_modules npm install xterm +npm install --save xterm-addon-search ```