Tweaking golang warning text
This commit is contained in:
parent
094fab3898
commit
119dbe14c4
1 changed files with 4 additions and 4 deletions
8
Makefile
8
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 " ╰──────────────────────────────────────────────╯"; \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue