diff --git a/buildtool.sh b/buildtool.sh index 7f25274..325180b 100755 --- a/buildtool.sh +++ b/buildtool.sh @@ -426,4 +426,5 @@ fi # Finish message infoh "Finished kernel compilation successfully" -infoe "You can now install your kernel and kernel headers." +infoe "You can now install your kernel and kernel headers using this command:" +infoe "pacman -U \"${BUILDTOOL_CLONEDIR}/\"linux-jstm-optimized-*linux*-x86_64.pkg.tar.zst"