From 96f7e400dc33edc5810d70be669f2d0dd2918d55 Mon Sep 17 00:00:00 2001 From: Andrey Smirnov <80879390+kitsuned@users.noreply.github.com> Date: Fri, 15 Sep 2023 19:36:58 +0300 Subject: [PATCH] typo: remove trailing quote --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5e90a88..7f7dbdb 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ cp /media/developer/apps/usr/palm/services/org.webosbrew.hbchannel.service/start * Install it using `ares-install` SDK command or using the following command directly on a TV: ```sh - luna-send-pub -i 'luna://com.webos.appInstallService/dev/install' '{"id":"com.ares.defaultName","ipkUrl":"/tmp/path/to/hbchannel.ipk","subscribe":true}'` + luna-send-pub -i 'luna://com.webos.appInstallService/dev/install' '{"id":"com.ares.defaultName","ipkUrl":"/tmp/path/to/hbchannel.ipk","subscribe":true}' ``` * (root) Elevate privileges by running: ```sh