Updated Installation (markdown)
parent
3ff29164d4
commit
74c8634fc7
|
@ -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
|
$> git clone http://github.com/tuhiproject/tuhi
|
||||||
$> cd tuhi
|
$> cd tuhi
|
||||||
$> flatpak-builder --user build-dir --force-clean org.freedesktop.tuhi.json
|
$> flatpak-builder --user build-dir --force-clean org.freedesktop.tuhi.json
|
||||||
[... builds all dependencies as well ...]
|
... this 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 ]
|
|
||||||
$> flatpak-builder --run build-dir org.freedesktop.tuhi.json tuhi-kete
|
$> 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 system dependencies are installed, removing the `build-dir` will remove all installed files.
|
Loading…
Reference in New Issue