docs: remove version-specific README text
ci / rust (push) Successful in 43s
ci / lint-yaml (push) Successful in 5s

This commit is contained in:
2026-07-03 23:54:23 +02:00
parent a582913269
commit 0b0f0af82d
+3 -4
View File
@@ -6,8 +6,7 @@ Rust TUI sleep timer for Linux desktop actions.
## Status
- Current version: `1.1.1`
- Release tags: `vMAJOR.MINOR.PATCH`, for example `v1.1.1`
- Release tags: `vMAJOR.MINOR.PATCH`
- Primary repository: <https://gitea.forust.xyz/forust/gosleep>
- SSH upstream: `ssh://git@gitssh.forust.xyz:2221/forust/gosleep.git`
@@ -37,7 +36,7 @@ install -Dm755 target/release/gosleep-timer ~/.local/bin/gosleep-timer
Download `gosleep-timer-<version>-linux-amd64.tar.gz` from the Gitea release page, then:
```bash
tar -xzf gosleep-timer-1.1.1-linux-amd64.tar.gz
tar -xzf gosleep-timer-<version>-linux-amd64.tar.gz
install -Dm755 gosleep-timer ~/.local/bin/gosleep-timer
```
@@ -185,7 +184,7 @@ Version is stored in:
Release tags must match the package version:
```bash
git tag -a v1.1.1 -m "gosleep-timer v1.1.1"
git tag -a vMAJOR.MINOR.PATCH -m "gosleep-timer vMAJOR.MINOR.PATCH"
git push origin main --tags
```