From ccb23f1992c89f69d78087de87f7fa0b361f2663 Mon Sep 17 00:00:00 2001 From: Hajime Hoshi Date: Sun, 24 Mar 2019 04:32:21 +0900 Subject: [PATCH] docs: Update README --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index fe8a4f5b5..3668507f4 100644 --- a/README.md +++ b/README.md @@ -15,10 +15,10 @@ Ebiten is an open-source game library, with which you can develop 2D games with ## Platforms -* [Windows](https://github.com/hajimehoshi/ebiten/wiki/Windows) (No Cgo!) -* [macOS](https://github.com/hajimehoshi/ebiten/wiki/macOS) -* [Linux](https://github.com/hajimehoshi/ebiten/wiki/Linux) -* [FreeBSD](https://github.com/hajimehoshi/ebiten/wiki/FreeBSD) +* Windows (No Cgo!) +* macOS +* Linux +* FreeBSD * [Android](https://github.com/hajimehoshi/ebiten/wiki/Android) * [iOS](https://github.com/hajimehoshi/ebiten/wiki/iOS) * Web browsers (Chrome, Firefox, Safari and Edge) @@ -27,6 +27,8 @@ Ebiten is an open-source game library, with which you can develop 2D games with Note: Gamepad and keyboard are not available on Android/iOS. +For installation on desktops, see [the installation instruction](https://ebiten.org/install.html). + ## Features * 2D Graphics (Geometry/Color matrix transformation, Various composition modes, Offscreen rendering, Fullscreen, Text rendering, Automatic batches, Automatic texture atlas)