Skip to content

Commit 68b9b73

Browse files
committed
docs: add update instructions for link mode
1 parent 84fd833 commit 68b9b73

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/install.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,11 @@ main() {
157157
echo -e "Next steps:"
158158
echo -e " ${CYAN}opencode /onboard${NC} - Get started with your project"
159159
echo ""
160+
if [[ "$mode" == "link" ]]; then
161+
echo -e "To update framework later:"
162+
echo -e " ${CYAN}cd .opencode && git pull${NC}"
163+
echo ""
164+
fi
160165
}
161166

162167
main "$@"

0 commit comments

Comments
 (0)