mirror of
https://github.com/LnL7/nix-darwin.git
synced 2025-03-13 20:30:02 +00:00
bootstrap: add reminder to start a new shell
This commit is contained in:
parent
30ebdeee6e
commit
876b962c86
1 changed files with 2 additions and 0 deletions
|
@ -215,6 +215,8 @@ install(){
|
|||
echo -e ""$GREEN"You're all done!"$ESC""
|
||||
echo -e "Take a look at "$YELLOW"~/.nixpkgs/darwin-configuration.nix"$ESC" to get started."
|
||||
echo -e "See the README for more information: "$BLUE_UL"https://github.com/LnL7/nix-darwin/blob/master/README.md"$ESC""
|
||||
echo
|
||||
echo "Don't forget to start a new shell or source /etc/bashrc."
|
||||
}
|
||||
|
||||
main(){
|
||||
|
|
Loading…
Add table
Reference in a new issue