Updated Installation (markdown)

Peter Hutterer 2019-06-07 16:40:00 +10:00
parent 3ff29164d4
commit 74c8634fc7
1 changed files with 2 additions and 4 deletions

@ -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.