File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ permissions:
88 contents : write
99
1010env :
11- PROJECT_NAME : " cap_sync "
11+ PROJECT_NAME : " capsync "
1212
1313jobs :
1414 build-and-release :
Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ edition = "2024"
55authors = [" pa1nark" ]
66description = " A simple tool to sync your AI coding skills across different tools."
77license = " CC0-1.0"
8- repository = " https://github.com/pixincreate/cap_sync "
9- homepage = " https://github.com/pixincreate/cap_sync "
8+ repository = " https://github.com/pixincreate/CapSync "
9+ homepage = " https://github.com/pixincreate/CapSync "
1010keywords = [" ai" , " skills" , " sync" , " capabilities" ]
1111categories = [" command-line-utilities" , " development-tools" ]
1212rust-version = " 1.85"
Original file line number Diff line number Diff line change @@ -29,22 +29,22 @@ Download a pre-built binary and use it directly:
2929
3030** macOS (Apple Silicon):**
3131``` bash
32- curl -L -o capsync https://github.com/pixincreate/cap_sync/releases/latest/download/cap_sync -darwin-aarch64
32+ curl -L -o capsync https://github.com/pixincreate/cap_sync/releases/latest/download/capsync -darwin-aarch64
3333chmod +x capsync
3434# Move to a directory in your PATH, or use directly:
3535./capsync init
3636```
3737
3838** macOS (Intel):**
3939``` bash
40- curl -L -o capsync https://github.com/pixincreate/cap_sync/releases/latest/download/cap_sync -darwin-x86_64
40+ curl -L -o capsync https://github.com/pixincreate/cap_sync/releases/latest/download/capsync -darwin-x86_64
4141chmod +x capsync
4242./capsync init
4343```
4444
4545** Linux:**
4646``` bash
47- curl -L -o capsync https://github.com/pixincreate/cap_sync/releases/latest/download/cap_sync -linux-x86_64
47+ curl -L -o capsync https://github.com/pixincreate/cap_sync/releases/latest/download/capsync -linux-x86_64
4848chmod +x capsync
4949./capsync init
5050```
You can’t perform that action at this time.
0 commit comments