diff options
author | José Bollo <jose.bollo@iot.bzh> | 2019-09-13 16:46:39 +0200 |
---|---|---|
committer | José Bollo <jose.bollo@iot.bzh> | 2020-02-28 12:19:23 +0100 |
commit | 0083ad3751cd2b088b5c5d0dea727671ea2a3cca (patch) | |
tree | 8163694e0c2523b861f84e45ec14cc6d1a760f41 /README.md | |
parent | 4f888279f132faf35caf92d4828f134f6daeb9a1 (diff) |
Rename source files and improve readability
Also rename wgtpkg-installer tools as wgtpkg-install.
Shorter and obvious.
Bug-AGL: SPEC-2840
Change-Id: Ifed072bfef488700807613dd61875a30a4041d7a
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -74,7 +74,7 @@ The installed programs are: - ***wgtpkg-info***: command line tool to display information about a widget file. -- ***wgtpkg-installer***: command line tool to +- ***wgtpkg-install***: command line tool to install a widget file. - ***wgtpkg-pack***: command line tool to create @@ -199,7 +199,7 @@ The current version of afm allows to install widgets from local files (either pre-installed or downloaded). To install a widget, you can use either the program -***wgtpkg-installer*** while being the framework user. +***wgtpkg-install*** while being the framework user. TO BE CONTINUED |