From 1fa0cf38f858008488fc5ce8231c39224bf71e4b Mon Sep 17 00:00:00 2001 From: VirtuBox Date: Tue, 3 Sep 2019 11:33:10 +0200 Subject: [PATCH] update messages --- install | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/install b/install index 8b21ad9..2fb4750 100755 --- a/install +++ b/install @@ -979,13 +979,13 @@ else else wo_lib_echo "WordOps (wo) installed successfully" echo - wo_lib_echo "To enable bash-completion, just run the command:" + wo_lib_echo "To enable bash-completion, just use the command:" wo_lib_echo_info "bash" echo - wo_lib_echo "To install WordOps main stacks, use the command:" + wo_lib_echo "To install WordOps recommended stacks, you can use the command:" wo_lib_echo_info "wo stack install" echo - wo_lib_echo "To create a WordPress site, use the command:" + wo_lib_echo "To create a first WordPress site, you can use the command:" wo_lib_echo_info "wo site create site.tld --wp" fi echo