Quellcode durchsuchen

readme: Link to latest release

tags/v0.8.0
Daniel Oaks vor 7 Jahren
Ursprung
Commit
fe8fc6f924
1 geänderte Dateien mit 5 neuen und 1 gelöschten Zeilen
  1. 5
    1
      README.md

+ 5
- 1
README.md Datei anzeigen

@@ -7,6 +7,7 @@ Oragono is a fork of the [Ergonomadic](https://github.com/edmund-huber/ergonomad
7 7
 ---
8 8
 
9 9
 [![Go Report Card](https://goreportcard.com/badge/github.com/DanielOaks/oragono)](https://goreportcard.com/report/github.com/DanielOaks/oragono)
10
+[![Download Latest Release](https://img.shields.io/badge/downloads-latest%20release-green.svg)](https://github.com/DanielOaks/oragono/releases/latest)
10 11
 [![Freenode #oragono](https://img.shields.io/badge/Freenode-%23oragono-1e72ff.svg?style=flat)](https://www.irccloud.com/invite?channel=%23oragono&hostname=irc.freenode.net&port=6697&ssl=1)
11 12
 
12 13
 ---
@@ -34,8 +35,11 @@ This project adheres to [Semantic Versioning](http://semver.org/). For the purpo
34 35
 
35 36
 ## Installation
36 37
 
38
+Download the latest release from this page: https://github.com/DanielOaks/oragono/releases/latest
39
+
40
+Extract it into a folder, then run the following commands:
41
+
37 42
 ```sh
38
-go build oragono.go
39 43
 cp oragono.yaml ircd.yaml
40 44
 vim ircd.yaml  # modify the config file to your liking
41 45
 oragono initdb

Laden…
Abbrechen
Speichern