From 4e57b0df24657c265d1e3c996c151d610b16066d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Breitbart?= Date: Sat, 10 Dec 2022 17:36:08 +0100 Subject: [PATCH] fix readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 292cf39..e36d82d 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ The addon integrates tightly with the xterm.js base repo, esp. for tests and the To properly set up all needed resources see `bootstrap.sh` or run it directly with ```bash -curl -s https://raw.githubusercontent.com/jerch/xterm-addon-image/master/bootstrap.sh | XTERMJS=5.0.0 bash +curl -s https://raw.githubusercontent.com/jerch/xterm-addon-image/master/bootstrap.sh | XTERMJS=5.0.0 IMAGEADDON=master bash ``` The addon sources and npm package definition reside under `addons/xterm-addon-image`.