From d9afdecadf8f9f7c2f6c1472d9d61e20c6623651 Mon Sep 17 00:00:00 2001 From: Josh Lay Date: Fri, 21 Apr 2023 10:48:50 -0500 Subject: [PATCH] move requirements above screenshots --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 61e30a7..689b9ab 100644 --- a/README.md +++ b/README.md @@ -12,14 +12,6 @@ Simple TUI _(using [Textual](https://textual.textualize.io/))_ that shows AMD GP - Configured - Board capability -## Screenshots - -Main screen: -![Screenshot of main screen](main.png "Main screen") - -Log screen: -![Screenshot of log screen](logging.png "Logging screen") - ## Requirements It _may_ be necessary to update the `amdgpu.ppfeaturemask` parameter to enable data collection. @@ -31,3 +23,11 @@ The following unusual modules are required: - [humanfriendly](https://pypi.org/project/humanfriendly/) This list *may not* be maintained; consider imports / your environment + +## Screenshots + +Main screen: +![Screenshot of main screen](main.png "Main screen") + +Log screen: +![Screenshot of log screen](logging.png "Logging screen")