Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion install_armorcopilot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -351,6 +351,14 @@ finale() {
${D}> Policy new: deny webfetch${N}
${D}> update the policy to not access ~/photos${N}

EOF

section "Learn more"
cat <<EOF

Docs: ${C}${B}https://docs.armoriq.ai/armorcopilot${N}
Source: ${C}https://github.com/armoriq/armorCopilot${N}

EOF

section "Manage anytime"
Expand All @@ -360,7 +368,6 @@ EOF

Plugin: ${C}${PLUGIN_PATH}${N}
Copilot list: ${G}copilot plugin list${N}
Docs: ${C}https://github.com/armoriq/armorCopilot${N}

EOF
}
Expand Down
Loading