chenbhao Claude Opus 4.6 commited on
Commit
f7a8a02
·
1 Parent(s): 346a09e

Update README and install script: simplify install steps

Browse files

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

Files changed (2) hide show
  1. README.md +1 -1
  2. 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 && bun run friend:build && codev
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
- \ V / __/ | \__ \ |_) | __/ | | |___| | (_| |\ V V /
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}"