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