Skip to content

Commit

Permalink
fix(scripts): renamed assemble to build for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastienrousseau committed Oct 16, 2022
1 parent 7a244f9 commit d1e1626
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/help.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ COMMANDS:
$(echo -e "\033[1;96mclean\033[0m\n") - Removes any previous setup.
$(echo -e "\033[1;96mcopy\033[0m\n") - Copy the dotfiles on your system.
$(echo -e "\033[1;96mdownload\033[0m\n") - Download the dotfiles on your system.
$(echo -e "\033[1;96massemble\033[0m\n") - Run the full installation process.
$(echo -e "\033[1;96mbuild\033[0m\n") - Run the full installation process.
$(echo -e "\033[1;96munpack\033[0m\n") - Extract the dotfiles to your system.
$(echo -e "\033[1;96mhelp\033[0m\n") - Display the help menu.
Expand Down

0 comments on commit d1e1626

Please sign in to comment.