From 478c0077d4ff65d8dfed3e8775694a8f5d738624 Mon Sep 17 00:00:00 2001 From: Sebastien Vincent Date: Sat, 22 Feb 2020 18:29:42 +0100 Subject: [PATCH] Fixes documentation. --- packaging/sailfishos/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packaging/sailfishos/README.md b/packaging/sailfishos/README.md index 14417a5b..c733d2d4 100644 --- a/packaging/sailfishos/README.md +++ b/packaging/sailfishos/README.md @@ -58,7 +58,7 @@ The generated RPM will be located in ./RPMS/. Upload it to your device (by SSH, SD card, ...) and run the following to install: ``` -pkgcon refresh +pkcon refresh pkcon install-local /path/to/freelan-2.2-1.armv7hl.rpm ```