You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: scripts/install-beta.sh
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -84,6 +84,6 @@ SCRIPT
84
84
CYAN='\033[0;36m'
85
85
END_ESCAPE='\033[0m'
86
86
87
-
printf"${CYAN}\n🎉 %s 🎉\n%s${END_ESCAPE}\n""Successfully installed Codify. Type codify --help for a list of commands.""Visit the documentation at https://docs.codifycli.com for more info."
87
+
printf"${CYAN}\n🎉 %s 🎉\n%s${END_ESCAPE}\n""Successfully installed Codify. Type codify --help for a list of commands.""Visit the documentation at https://codifycli.com/docs for more info."
Copy file name to clipboardExpand all lines: scripts/install.sh
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -84,6 +84,6 @@ SCRIPT
84
84
CYAN='\033[0;36m'
85
85
END_ESCAPE='\033[0m'
86
86
87
-
printf"${CYAN}\n🎉 %s 🎉\n%s${END_ESCAPE}\n""Successfully installed Codify. Type codify --help for a list of commands.""Visit the documentation at https://docs.codifycli.com for more info."
87
+
printf"${CYAN}\n🎉 %s 🎉\n%s${END_ESCAPE}\n""Successfully installed Codify. Type codify --help for a list of commands.""Visit the documentation at https://codifycli.com/docs for more info."
0 commit comments