Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tulir committed Aug 28, 2021
1 parent 01e263d commit f3dc3f9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ You can download a prebuilt executable from [the CI] or [GitHub releases]. The
executables are statically compiled and have no dependencies. Alternatively,
you can build from source:

0. Have [Go](https://golang.org/) 1.13 or higher installed.
0. Have [Go](https://golang.org/) 1.16 or higher installed.
1. Clone the repository (`git clone https://github.com/mautrix/wsproxy.git`).
2. Build with `go build -o mautrix-wsproxy`. The resulting executable will be
in the current directory named `mautrix-wsproxy`.
Expand All @@ -34,7 +34,8 @@ After you have the executable ready, configure and run mautrix-wsproxy:

## Sample docker-compose file
The compose files here also include [mautrix-syncproxy]. It's mostly needed for
the Android SMS bridge. You can omit it if you're not planning on using that.
the Android SMS bridge (to save battery), but can be used with iMessage as well.
You can omit it if you don't use the `bridge``encryption``appservice` option.

[mautrix-syncproxy]: https://github.com/mautrix/syncproxy

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module go.mau.fi/mautrix-wsproxy

go 1.14
go 1.16

require (
github.com/gorilla/mux v1.8.0
Expand Down

0 comments on commit f3dc3f9

Please sign in to comment.