From 4747107dbcb0b6e7e955bc59d7c284053be46e40 Mon Sep 17 00:00:00 2001 From: Shibe Drill <53824200+shibedrill@users.noreply.github.com> Date: Thu, 5 Jan 2023 00:00:51 -0500 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0c79cae..c511be0 100644 --- a/README.md +++ b/README.md @@ -18,8 +18,9 @@ From there, it *should* be in your PATH. If not, add ```~/.cargo/bin``` to your There's only a couple runtime dependencies for this project. 1: ```bash``` shell installed for GPU detection on Linux/Unix/mac. 2: ```lspci``` installed for GPU detection on Linux/Unix/mac. -If either of these dependencies are absent, chances are the GPU field will simply not show up. It won't crash or anything. -GPU detection runs on Windows without any dependencies. +(If either of these above dependencies are absent, chances are the GPU field will simply not show up. It won't crash or anything. +GPU detection runs on Windows without any dependencies.) +3: Nerd fonts symbols are used in the output. Install a patched font on your system, or patch an already installed font. ### How you can help with the project I need to verify the output of the OS information detection libraries I'm pulling in. To do this, I need the help of people