From 74c8634fc782a4150e01e066c0e4519650cb4a50 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Fri, 7 Jun 2019 16:40:00 +1000 Subject: [PATCH] Updated Installation (markdown) --- Installation.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Installation.md b/Installation.md index 4c25e4a..992e2f4 100644 --- a/Installation.md +++ b/Installation.md @@ -19,11 +19,9 @@ This SDK is used by several applications, so you may already have it installed. $> git clone http://github.com/tuhiproject/tuhi $> cd tuhi $> flatpak-builder --user build-dir --force-clean org.freedesktop.tuhi.json -[... builds all dependencies as well ...] -$> flatpak-builder --run build-dir org.freedesktop.tuhi.json tuhi -[ tuhi is now running, background it or start a new shell ] + ... this builds all dependencies as well $> flatpak-builder --run build-dir org.freedesktop.tuhi.json tuhi-kete -[ kete is the commandline utility to interact with tuhi ] + ... this starts tuhi in the background and provides kete, the commandline utility ``` No system dependencies are installed, removing the `build-dir` will remove all installed files. \ No newline at end of file