summaryrefslogtreecommitdiff
path: root/.pik/install.sh
diff options
context:
space:
mode:
authorewy <ewy0@protonmail.com>2026-06-01 18:47:44 +0200
committerewy <ewy0@protonmail.com>2026-06-01 18:47:44 +0200
commit46d032cd21b0e8e2c94a32333d3805ec76980cca (patch)
treefbb8aed5c5a501aca1309f62a9d4440ca949ce4c /.pik/install.sh
parent7585a488b7b1e1812f7ebf50107139e2fd65f035 (diff)
add man(1) generation
Diffstat (limited to '.pik/install.sh')
-rw-r--r--.pik/install.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/.pik/install.sh b/.pik/install.sh
index 0b23681..82efd4a 100644
--- a/.pik/install.sh
+++ b/.pik/install.sh
@@ -17,4 +17,6 @@ if [[ $PATH != *"$DEST_FOLDER"* ]] ; then
exit 1
fi
+bash .pik/man.sh
+
echo "congratulations! You are now using pik $(pik --version)" \ No newline at end of file