From d120e68d3176d9738db032c977a5ec84ca496fbb Mon Sep 17 00:00:00 2001 From: Manorit Chawdhry <40723245+manorit2001@users.noreply.github.com> Date: Wed, 17 Jan 2024 10:50:24 +0530 Subject: [PATCH] Update README.md Add uglifyjs dependency, this was required for me to install it. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4162e678..cbc79d37 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,7 @@ Just install `xpra-html5` from there. To install from source: ``` +sudo apt install uglifyjs git clone https://github.com/Xpra-org/xpra-html5 cd xpra-html5 ./setup.py install