From 464ea7cb284dda80d3c41f5a35e3018df3c1275f Mon Sep 17 00:00:00 2001 From: Juanje Ojeda Date: Mon, 27 Jul 2020 14:38:21 +0100 Subject: [PATCH] README: Add missing parameter at the installation instructions https://github.com/containers/toolbox/pull/516 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 409adf5..4c421ac 100644 --- a/README.md +++ b/README.md @@ -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