Skip to content

Commit 5148870

Browse files
committed
update sd-world README
1 parent aebc908 commit 5148870

1 file changed

Lines changed: 23 additions & 1 deletion

File tree

sd-world/README.md

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ Simply run the script:
2323
- **Mac App Store**: `mas upgrade` (requires `mas` CLI tool)
2424
- **System Updates**: `softwareupdate --install --all`
2525

26+
### Cross-platform
27+
- **Claude Code**: `claude update`
28+
- **myrepos**: `cd ~ && mr update`
29+
2630
## Example Output
2731

2832
### Successful Upgrade (macOS)
@@ -51,8 +55,26 @@ Finding available software
5155
No new software available.
5256
✓ System Updates upgrade completed successfully
5357
58+
Upgrading Claude Code...
59+
Checking for updates...
60+
claude-code v0.8.2 → v0.8.3 (latest)
61+
Updated successfully! 🎉
62+
✓ Claude Code upgrade completed successfully
63+
64+
Upgrading myrepos...
65+
mr update: /Users/username/repos/project1
66+
From github.com:user/project1
67+
abc1234..def5678 main -> origin/main
68+
Updating abc1234..def5678
69+
Fast-forward
70+
README.md | 2 +-
71+
1 file changed, 1 insertion(+), 1 deletion(-)
72+
73+
mr update: finished (1 ok)
74+
✓ myrepos upgrade completed successfully
75+
5476
Upgrade Summary:
55-
Successfully upgraded: 3/3 package managers
77+
Successfully upgraded: 5/5 package managers
5678
All package managers upgraded successfully!
5779
```
5880

0 commit comments

Comments
 (0)