mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-13 05:28:49 +00:00
Tweaked Makefile.in to show off a few of our new features
This commit is contained in:
parent
f5442bdd4a
commit
4c1ddab560
1 changed files with 3 additions and 0 deletions
|
@ -646,6 +646,9 @@ install-force: all install-translations
|
|||
@echo \* add the line \'$(DESTDIR)$(bindir)/fish\' to the file \'/etc/shells\'.
|
||||
@echo \* use the command \'chsh -s $(DESTDIR)$(bindir)/fish\'.
|
||||
@echo
|
||||
@echo To set your colors, run \'fish_config\'
|
||||
@echo To scan your man pages for completions, run \'fish_update_completions\'
|
||||
@echo
|
||||
@echo Have fun!
|
||||
.PHONY: install-force
|
||||
|
||||
|
|
Loading…
Reference in a new issue