diff options
Diffstat (limited to 'Taskfile.yaml')
-rw-r--r-- | Taskfile.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Taskfile.yaml b/Taskfile.yaml index 2dae66e..b45ccdf 100644 --- a/Taskfile.yaml +++ b/Taskfile.yaml @@ -47,6 +47,8 @@ tasks: install: desc: "Uses cmake to install the library on your system" cmds: + - cmd: echo "Installing noscrypt globally" + silent: true - cmd: cmake --install {{.CMAKE_BUILD_DIR}} {{.CLI_ARGS}} |