You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: update repository URLs to github.com/BackendStack21/static-web
- Rename Go module path from github.com/static-web/server to
github.com/BackendStack21/static-web in go.mod and all import paths
- Update all prose references in README.md, USER_GUIDE.md, CLI.md:
git clone URL, go install path, curl release URL, docker run image
- Update .goreleaser.yaml ldflags version injection paths
- Update Homebrew tap and ghcr.io image references
Copy file name to clipboardExpand all lines: CLI.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -276,29 +276,29 @@ static-web version
276
276
### 1. `go install` (recommended for Go developers)
277
277
278
278
```bash
279
-
go install github.com/static-web/server/cmd/static-web@latest
279
+
go install github.com/BackendStack21/static-web/cmd/static-web@latest
280
280
```
281
281
282
282
Requires Go 1.26+. Installs to `$(go env GOPATH)/bin/static-web`. Add `$(go env GOPATH)/bin` to your `PATH` if not already there.
283
283
284
284
### 2. Homebrew (macOS / Linux)
285
285
286
286
```bash
287
-
brew install static-web/tap/static-web
287
+
brew install BackendStack21/tap/static-web
288
288
```
289
289
290
290
Or with the full tap URL:
291
291
292
292
```bash
293
-
brew tap static-web/tap https://github.com/static-web/homebrew-tap
293
+
brew tap BackendStack21/tap https://github.com/BackendStack21/homebrew-tap
294
294
brew install static-web
295
295
```
296
296
297
297
Auto-updates with `brew upgrade`.
298
298
299
299
### 3. Pre-built binaries (GitHub Releases)
300
300
301
-
Download a binary for your platform from the [GitHub Releases](https://github.com/static-web/server/releases) page. Binaries are published for:
301
+
Download a binary for your platform from the [GitHub Releases](https://github.com/BackendStack21/static-web/releases) page. Binaries are published for:
302
302
303
303
| Platform | File |
304
304
|----------|------|
@@ -312,7 +312,7 @@ Download a binary for your platform from the [GitHub Releases](https://github.co
312
312
313
313
```bash
314
314
# Replace X.Y.Z with the desired version, and PLATFORM/ARCH with your system
0 commit comments