diff options
author | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2017-06-19 17:11:16 +0200 |
---|---|---|
committer | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2017-06-19 18:13:57 +0200 |
commit | c8b3334ff058817a992f8e9658e2387452b14542 (patch) | |
tree | def4b043344a49bf1915f1d2fb6c15ec1bff3ce4 /docs/4-quick-tutorial.md | |
parent | d1b49a7d26bf344d9f00ae12144cbcc7d930b08b (diff) |
Fix spelling and images size.
Change-Id: I01c6342fa9f6b16753ed5f48645538e48af09a5a
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
Diffstat (limited to 'docs/4-quick-tutorial.md')
-rw-r--r-- | docs/4-quick-tutorial.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/4-quick-tutorial.md b/docs/4-quick-tutorial.md index c8122d4..2ed7cf9 100644 --- a/docs/4-quick-tutorial.md +++ b/docs/4-quick-tutorial.md @@ -48,7 +48,7 @@ Connect through SSH on the target board and check for Application Framework daem We can see that there are two daemons running: * **afm-system-daemon** runs with a system user 'afm' and is responsible for installing/uninstalling packages -* **afm-user-daemon** runs as a user daemon (currently as root because it's the only real user on the target board) and is responsible for the whole lifecycle of the applications running inside the user session. +* **afm-user-daemon** runs as a user daemon (currently as root because it's the only real user on the target board) and is responsible for the whole life cycle of the applications running inside the user session. The application framework has a tool running on the Command Line Interface (CLI). Using the **afm-util** command, you can install, uninstall, list, run, pause ... applications. |