Commit c8b0eeb
Fix install docs: correct tap name, add binary download section, fix LSP link
- Homebrew tap command was wrong: amberframework/amber_cli -> amberframework/amber-cli
(Homebrew convention: repo homebrew-<name> maps to tap amberframework/<name>).
Formula name is amber-cli, so install command is `brew install amber-cli`.
- Add "Direct Binary Download" section with curl + sha256 verification steps
pointing at the GitHub releases page.
- Fix LSP Setup Guide link: was pointing at personal fork
github.com/crimson-knight/amber/blob/master/... — now points at the
canonical org repo github.com/amberframework/amber/blob/v2-dev/...
- Bump Crystal requirement from 1.0+ to 1.20+ to match shard.yml floor raised
in #22 (Time.instant requires Crystal >= 1.20.0).
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>1 parent ede1d18 commit c8b0eeb
1 file changed
Lines changed: 24 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
22 | | - | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
23 | 43 | | |
24 | 44 | | |
25 | 45 | | |
| |||
171 | 191 | | |
172 | 192 | | |
173 | 193 | | |
174 | | - | |
| 194 | + | |
175 | 195 | | |
176 | 196 | | |
177 | 197 | | |
| |||
251 | 271 | | |
252 | 272 | | |
253 | 273 | | |
254 | | - | |
| 274 | + | |
255 | 275 | | |
256 | 276 | | |
257 | 277 | | |
| |||
0 commit comments