Skip to content

Commit

Permalink
README: Add missing parameter at the installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
juanje authored and HarryMichal committed Aug 20, 2020
1 parent ff1fab0 commit 464ea7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 464ea7c

Please sign in to comment.