Update README and install script: simplify install steps
Browse filesCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- README.md +1 -1
- install.sh +5 -6
README.md
CHANGED
|
@@ -75,7 +75,7 @@
|
|
| 75 |
curl -fsSL https://raw.githubusercontent.com/chenbhao/Codev/main/install.sh | bash
|
| 76 |
|
| 77 |
# source install
|
| 78 |
-
git clone https://github.com/chenbhao/Codev.git && cd Codev && bun install && bun run build &&
|
| 79 |
|
| 80 |
# if want global use bin file
|
| 81 |
# cp dist/codev ~/.local/bin
|
|
|
|
| 75 |
curl -fsSL https://raw.githubusercontent.com/chenbhao/Codev/main/install.sh | bash
|
| 76 |
|
| 77 |
# source install
|
| 78 |
+
git clone https://github.com/chenbhao/Codev.git && cd Codev && bun install && bun run build && codev
|
| 79 |
|
| 80 |
# if want global use bin file
|
| 81 |
# cp dist/codev ~/.local/bin
|
install.sh
CHANGED
|
@@ -29,12 +29,11 @@ header() {
|
|
| 29 |
printf "${BOLD}${CYAN}"
|
| 30 |
cat <<'ART'
|
| 31 |
|
| 32 |
-
|
| 33 |
-
|
| 34 |
-
|
| 35 |
-
|
| 36 |
-
|
| 37 |
-
|_|
|
| 38 |
|
| 39 |
ART
|
| 40 |
printf "${RESET}"
|
|
|
|
| 29 |
printf "${BOLD}${CYAN}"
|
| 30 |
cat <<'ART'
|
| 31 |
|
| 32 |
+
____ _
|
| 33 |
+
/ ___|___ __| | _____ __
|
| 34 |
+
| | / _ \ / _` |/ _ \ \ / /
|
| 35 |
+
| |__| (_) | (_| | __/\ V /
|
| 36 |
+
\____\___/ \__,_|\___| \_/
|
|
|
|
| 37 |
|
| 38 |
ART
|
| 39 |
printf "${RESET}"
|