README: Add missing parameter at the installation instructions
https://github.com/containers/toolbox/pull/516
This commit is contained in:
parent
ff1fab0f52
commit
464ea7cb28
|
|
@ -58,7 +58,7 @@ It can be built and installed as any other typical Meson-based project:
|
|||
```
|
||||
[user@hostname toolbox]$ meson -Dprofile_dir=/etc/profile.d builddir
|
||||
[user@hostname toolbox]$ ninja -C builddir
|
||||
[user@hostname toolbox]$ sudo ninja -C install
|
||||
[user@hostname toolbox]$ sudo ninja -C builddir install
|
||||
```
|
||||
|
||||
Toolbox is written in Go. Consult the
|
||||
|
|
|
|||
Loading…
Reference in New Issue