From e9c1890fd9a10af12f6ac144b9cc0324e260489a Mon Sep 17 00:00:00 2001 From: Josh Lay Date: Tue, 29 Aug 2023 21:49:06 -0500 Subject: [PATCH] readme: move screenshots to new/separate section --- README.md | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ca22ca1..e822339 100644 --- a/README.md +++ b/README.md @@ -2,12 +2,23 @@ A Python module/TUI for AMD GPU statistics -![Screenshot of the main stats table](https://git.jlay.dev/jlay/amdgpu_stats/raw/branch/master/screens/main.svg "Main screen") -![Screenshot of the 'graphing' scroll bars](https://git.jlay.dev/jlay/amdgpu_stats/raw/branch/master/screens/graphs.svg "Graphs") -![Screenshot of the 'Logs' tab pane](https://git.jlay.dev/jlay/amdgpu_stats/raw/branch/master/screens/logs.svg "Logs") - Tested _only_ on `RX6000` series cards; APUs and more _may_ be supported. Please file an issue if finding incompatibility! +## Screenshots + +
+ Main screen / stats + ![Screenshot of the main stats table](https://git.init3.us/BraveTraveler/amdgpu_stats/raw/branch/master/screens/main.svg "Main screen") +
+
+ Usage graphs + ![Screenshot of the 'graphing' scroll bars](https://git.init3.us/BraveTraveler/amdgpu_stats/raw/branch/master/screens/graphs.svg "Graphs") +
+
+ Logs + ![Screenshot of the 'Logs' tab pane](https://git.init3.us/BraveTraveler/amdgpu_stats/raw/branch/master/screens/logs.svg "Logs") +
+ ## Installation ```bash pip install amdgpu-stats