From 0468fb00fe3479b191857daf41c2967ab3976b3b Mon Sep 17 00:00:00 2001 From: Christian Kellner Date: Tue, 25 Jun 2019 16:46:08 +0200 Subject: [PATCH] README.md: update screenshot and installation Instruction how to install form source and add a screenshot. --- README.md | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ba3cfd6..0560227 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,22 @@ [GameMode][gamemode] is a software package to "optimize Linux system performance on demand". This GNOME Shell extension will show the current -status of GameMode. +status of GameMode. For it to work, GameMode 1.4 or greater is required. + +![screenshot][screenshot] + +## Installation from source + +Obtain the current development version of GameMode extension via: + + git clone https://github.com/gicmo/gamemode-extension.git + +A script is included to create a zip archive which also can also install +the extension for the current user. + + ./make-zip.sh # just create the archive + ./make-zip.sh install # create the archive and install it + ## License The GameMode GNOME Shell extension is distributed under the terms of the @@ -10,3 +25,4 @@ GNU Lesser General Public License, version 2.1 or later. See the COPYING file for details. [gamemode]: https://github.com/FeralInteractive/gamemode +[screenshot]: https://github.com/gicmo/gamemode-extension/raw/master/screenshot/gamemode.png