Skip to content
Merged
Show file tree
Hide file tree
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
7 changes: 0 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,6 @@
</a>
</p>

```
█▀▀▀ █▀▀█ █ █ █▀▀█ █▀▀▄ █▀▀▀ █▀▀█ █▀▀█ █▀▀█
█ █ ▄▄ █ █ █ █ █ █ █ █ █
▀▀▀▀ ▀▀▀▀ ▀▀ ▀▀▀▀ ▀ ▀ ▀▀▀▀ ▀▀▀▀ ▀▀▀▀ ▀▀▀▀
```

<p align="center">An AI coding agent — fork of <a href="https://github.com/anomalyco/opencode">OpenCode</a>.</p>
<p align="center">
<a href="https://github.com/digital-learning-gmbh/sevencode"><img alt="GitHub" src="https://img.shields.io/github/stars/digital-learning-gmbh/sevencode?style=flat-square" /></a>
Expand Down
13 changes: 2 additions & 11 deletions install
Original file line number Diff line number Diff line change
Expand Up @@ -443,17 +443,9 @@ if [ -n "${GITHUB_ACTIONS-}" ] && [ "${GITHUB_ACTIONS}" == "true" ]; then
print_message info "Added $INSTALL_DIR to \$GITHUB_PATH"
fi


echo -e ""
echo -e "${MUTED}  ${NC} ▄ "
echo -e "${MUTED}█▀▀█ █▀▀█ █▀▀█ █▀▀▄ ${NC}█▀▀▀ █▀▀█ █▀▀█ █▀▀█"
echo -e "${MUTED}█░░█ █░░█ █▀▀▀ █░░█ ${NC}█░░░ █░░█ █░░█ █▀▀▀"
echo -e "${MUTED}▀▀▀▀ █▀▀▀ ▀▀▀▀ ▀ ▀ ${NC}▀▀▀▀ ▀▀▀▀ ▀▀▀▀ ▀▀▀▀"
echo -e ""
echo -e ""
echo -e "${MUTED} ${NC} ▄ "
echo -e "${MUTED}█▀▀▀ █▀▀█ █ █ █▀▀█ █▀▀▄ ${NC}█▀▀▀ █▀▀█ █▀▀█ █▀▀█"
echo -e "${MUTED} █ █ ▄▄ █ █ █ ${NC}█ █ █ █ █ █ "
echo -e "${MUTED}▀▀▀▀ ▀▀▀▀ ▀▀ ▀▀▀▀ ▀ ▀ ${NC}▀▀▀▀ ▀▀▀▀ ▀▀▀▀ ▀▀▀▀"
echo -e "${NC}sevencode ${MUTED}installed successfully${NC}"
echo -e ""
echo -e "${MUTED}To start:${NC}"
echo -e ""
Expand All @@ -462,4 +454,3 @@ echo -e "sevencode ${MUTED}# Run command${NC}"
echo -e ""
echo -e "${MUTED}For more information visit ${NC}https://sevencode.app/docs"
echo -e ""
echo -e ""
Loading