README: Add missing parameter at the installation instructions

https://github.com/containers/toolbox/pull/516
This commit is contained in:
Juanje Ojeda 2020-07-27 14:38:21 +01:00 committed by Ondřej "Harry" Míchal
parent ff1fab0f52
commit 464ea7cb28
1 changed files with 1 additions and 1 deletions

View File

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