diff --git a/Makefile b/Makefile index 6fa8494..f817798 100644 --- a/Makefile +++ b/Makefile @@ -30,11 +30,11 @@ check-go: @if ! command -v go >/dev/null 2>&1; then \ echo ""; \ echo " ╭──────────────────────────────────────────────╮"; \ - echo " │ ⚠ Go is not installed on this machine │"; \ + echo " │ ⚠ Go is not installed on this machine! │"; \ echo " ├──────────────────────────────────────────────┤"; \ echo " │ │"; \ - echo " │ obm is a Go project. You need the Go │"; \ - echo " │ toolchain to build from source. │"; \ + echo " │ This is a Go project. You need the │"; \ + echo " │ Go language toolchain to build from source. │"; \ echo " │ │"; \ echo " │ Install Go: │"; \ echo " │ Linux: your package manager │"; \ @@ -44,7 +44,7 @@ check-go: echo " │ │"; \ echo " │ Windows: https://go.dev/dl/ │"; \ echo " │ │"; \ - echo " │ Or use the all-in-one script: │"; \ + echo " │ Or use the obm full install script: │"; \ echo " │ ./scripts/install.sh │"; \ echo " │ │"; \ echo " ╰──────────────────────────────────────────────╯"; \