We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6504b13 commit 7d17d0dCopy full SHA for 7d17d0d
Makefile
@@ -47,8 +47,7 @@ help-targets: ## eval "$(make help-targets HELP_TARGETS_PATTERN=bootstrap | sed
47
.PHONY: bootstrap
48
bootstrap: ## Main bootstrap target that runs all necessary setup steps
49
bootstrap: install-nix install-direnv
50
- @echo "\nBootstrap of nix and direnv complete! Please note:"
51
- @echo ""
+ @printf "\nBootstrap of nix and direnv complete! Please note:\n\n"
52
@echo "- Start a new shell session before continuing"
53
@echo "- Run 'nix develop' to enter the development environment"
54
@echo ""
0 commit comments