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
Instead of the automatic setup script, you can manually configure the repository with the instructsions on [Cloudsmith](https://cloudsmith.io/~typisttech/repos/oss/setup/#formats-deb).
167
+
165
168
### Manual `.deb` (Debian based distributions, for example: Ubuntu)
166
169
167
170
> [!WARNING]
168
171
> If you install the `.deb` file manually, you have to take care of updating it by yourself.
169
172
170
-
Download the latest `.deb` file from [GitHub Releases](https://github.com/typisttech/composer-semver/releases/latest).
171
-
Alternatively, you can download it via [`gh`](https://cli.github.com/):
173
+
Download the latest `.deb` file from [GitHub Releases](https://github.com/typisttech/composer-semver/releases/latest), or via [`gh`](https://cli.github.com/):
172
174
```sh
173
175
# Both arm64 (aarch64) and amd64 (x86_64) architectures are available.
> If you install the binary manually, you have to take care of updating it by yourself.
191
193
192
-
Download the latest `.tar.gz` file from [GitHub Releases](https://github.com/typisttech/composer-semver/releases/latest).
193
-
Alternatively, you can download it via [`gh`](https://cli.github.com/):
194
+
Download the latest `.tar.gz` file from [GitHub Releases](https://github.com/typisttech/composer-semver/releases/latest), or via [`gh`](https://cli.github.com/):
194
195
```sh
195
196
# Both Darwin (macOS) and Linux operating systems are available.
196
197
# Both arm64 (aarch64) and amd64 (x86_64) architectures are available.
0 commit comments