aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorTulir Asokan <tulir@maunium.net>2020-02-18 21:31:28 +0200
committerTulir Asokan <tulir@maunium.net>2020-02-18 21:31:28 +0200
commit2610c2bf9f220e188e4cf8f4b9bcf88bde541958 (patch)
tree9777b465a150d61c09669aef015f816f99236df3 /README.md
parent18fa85f4c42fc23f4e35dc029cf59232adead404 (diff)
Update readme a bit and add SSO support
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 4 insertions, 7 deletions
diff --git a/README.md b/README.md
index 9bad54b..0163523 100644
--- a/README.md
+++ b/README.md
@@ -1,11 +1,9 @@
# gomuks
![Languages](https://img.shields.io/github/languages/top/tulir/gomuks.svg)
-[![License](https://img.shields.io/github/license/tulir/gomuks.svg)](LICENSE)
-[![Release](https://img.shields.io/github/release/tulir/gomuks/all.svg)](https://github.com/tulir/gomuks/releases)
-[![Build Status](https://travis-ci.org/tulir/gomuks.svg?branch=master)](https://travis-ci.org/tulir/gomuks)
+[![License](https://img.shields.io/github/license/tulir/gomuks.svg)](LICENSE)<!--
+[![Release](https://img.shields.io/github/release/tulir/gomuks/all.svg)](https://github.com/tulir/gomuks/releases)-->
[![GitLab CI](https://mau.dev/tulir/gomuks/badges/master/pipeline.svg)](https://mau.dev/tulir/gomuks/pipelines)
[![Maintainability](https://img.shields.io/codeclimate/maintainability/tulir/gomuks.svg)](https://codeclimate.com/github/tulir/gomuks)
-[![Coverage](https://img.shields.io/codeclimate/coverage/tulir/gomuks.svg)](https://codeclimate.com/github/tulir/gomuks)
![Chat Preview](chat-preview.png)
@@ -18,9 +16,8 @@ Matrix room: [#gomuks:maunium.net](https://matrix.to/#/#gomuks:maunium.net)
## Installation
Once the client becomes actually usable, I'll start making GitHub releases with
-precompiled executables. For now, you can either download
-a CI build from [GitLab CI](https://mau.dev/tulir/gomuks/pipelines)
-or compile from source:
+precompiled executables. For now, you can either download a CI build from
+[GitLab CI](https://mau.dev/tulir/gomuks/pipelines) or compile from source:
0. Install [Go](https://golang.org/) 1.12 or higher
1. Clone the repo: `git clone https://github.com/tulir/gomuks.git && cd gomuks`