Skip to content

Commit b6ea025

Browse files
committed
docs: update build badge
1 parent d3e2d9a commit b6ea025

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# SimpleXMQ
22

3-
[![GitHub build](https://github.com/simplex-chat/simplexmq/workflows/build/badge.svg)](https://github.com/simplex-chat/simplexmq/actions?query=workflow%3Abuild)
3+
[![GitHub build](https://github.com/simplex-chat/simplexmq/actions/workflows/build.yml/badge.svg)](https://github.com/simplex-chat/simplexmq/actions/workflows/build.yml)
44
[![GitHub release](https://img.shields.io/github/v/release/simplex-chat/simplexmq)](https://github.com/simplex-chat/simplexmq/releases)
55

66
📢 SimpleXMQ v1 is released - with many security, privacy and efficiency improvements, new functionality - see [release notes](https://github.com/simplex-chat/simplexmq/releases/tag/v1.0.0).
@@ -116,7 +116,7 @@ On Linux, you can deploy smp and xftp server using Docker. This will download im
116116
2. Run your Docker container.
117117

118118
- `smp-server`
119-
119+
120120
You must change **your_ip_or_domain**. `-e "pass=password"` is optional variable to password-protect your `smp` server:
121121
```sh
122122
docker run -d \
@@ -129,7 +129,7 @@ On Linux, you can deploy smp and xftp server using Docker. This will download im
129129
```
130130

131131
- `xftp-server`
132-
132+
133133
You must change **your_ip_or_domain** and **maximum_storage**.
134134
```sh
135135
docker run -d \
@@ -187,7 +187,7 @@ On Linux, you can build smp server using Docker.
187187
3. Run your Docker container.
188188

189189
- `smp-server`
190-
190+
191191
You must change **your_ip_or_domain**. `-e "pass=password"` is optional variable to password-protect your `smp` server:
192192
```sh
193193
docker run -d \
@@ -200,7 +200,7 @@ On Linux, you can build smp server using Docker.
200200
```
201201

202202
- `xftp-server`
203-
203+
204204
You must change **your_ip_or_domain** and **maximum_storage**.
205205
```sh
206206
docker run -d \
@@ -247,7 +247,7 @@ On Linux, you can build smp server using Docker.
247247

248248
`xftp-server`
249249
```sh
250-
cabal list-bin exe:xftp-server
250+
cabal list-bin exe:xftp-server
251251
```
252252

253253
- Initialize SMP server with `smp-server init [-l] -n <fqdn>` or `smp-server init [-l] --ip <ip>` - depending on how you initialize it, either FQDN or IP will be used for server's address.

0 commit comments

Comments
 (0)