From e9ec240d26693167b0e602ed2a9bbc0d9dd54130 Mon Sep 17 00:00:00 2001 From: Simon Waldherr Date: Tue, 4 Oct 2016 00:04:09 +0200 Subject: [PATCH] Update README.md - platforms and architectures better listing of supported platforms and architectures --- README.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e465972df..3c8364883 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,20 @@ Gogs - Go Git Service [![Build Status](https://travis-ci.org/gogits/gogs.svg?bra ## Purpose -The goal of this project is to make the easiest, fastest, and most painless way of setting up a self-hosted Git service. With Go, this can be done with an independent binary distribution across **ALL platforms** that Go supports, including Linux, Mac OS X, Windows and ARM. +The goal of this project is to make the easiest, fastest, and most painless way of setting up a self-hosted Git service. With Go, this can be done with an independent binary distribution across [**ALL platforms** that Go supports](https://github.com/golang/go/wiki/MinimumRequirements) ([Go Build Dashboard](https://build.golang.org/)), including operating systems like: + +* Linux +* macOS +* Windows + +and architecures like: + +* ARM +* ARM64 +* x86 (386) +* x86-64 (AMD64) + +it even runs on tiny single-board computers like the Raspberry Pi. ## Overview