From ab41cbadaa6d4182c136ecb0a33d6e79a0561252 Mon Sep 17 00:00:00 2001 From: Hajime Hoshi Date: Sun, 10 May 2020 04:14:56 +0900 Subject: [PATCH] Add more links to README --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 3551f74eb..c1304b7af 100644 --- a/README.md +++ b/README.md @@ -15,12 +15,12 @@ Ebiten is an open source game library for the Go programming language. Ebiten's ## Platforms -* Windows (No Cgo!) -* macOS -* Linux -* FreeBSD -* Android -* iOS +* [Windows](https://ebiten.org/documents/install.html?os=windows) (No Cgo!) +* [macOS](https://ebiten.org/documents/install.html?os=darwin) +* [Linux](https://ebiten.org/documents/install.html?os=linux) +* [FreeBSD](https://ebiten.org/documents/install.html?os=freebsd) +* [Android](https://ebiten.org/documents/mobile.html) +* [iOS](https://ebiten.org/documents/mobile.html) * Web browsers (Chrome, Firefox, Safari and Edge) * [WebAssembly](https://ebiten.org/documents/webassembly.html) * [GopherJS](https://ebiten.org/documents/gopherjs.html)