From 76164c4217309e2fb8195a1d669a2ac99c7b698e Mon Sep 17 00:00:00 2001 From: Hajime Hoshi Date: Thu, 1 Feb 2018 00:32:06 +0900 Subject: [PATCH] Updated Linux (markdown) --- Linux.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Linux.md b/Linux.md index 34c7323..a93d4c7 100644 --- a/Linux.md +++ b/Linux.md @@ -14,7 +14,7 @@ Before installing Ebiten, you might need these libraries: To install the dependencies on Ubuntu, run ```sh -$ sudo apt-get install libglu1-mesa-dev libgles2-mesa-dev libxrandr-dev libxcursor-dev libxinerama-dev libxi-dev libasound2-dev +$ sudo apt install libglu1-mesa-dev libgles2-mesa-dev libxrandr-dev libxcursor-dev libxinerama-dev libxi-dev libasound2-dev ``` Ebiten is tested on Ubuntu Linux x64.