From 6b26f2ea9cd1e3890a513e9bbe8eb9bfcd1e9602 Mon Sep 17 00:00:00 2001 From: River <53824200+shibedrill@users.noreply.github.com> Date: Wed, 1 Mar 2023 19:51:38 -0500 Subject: [PATCH] Removed some useless files generated by Jetbrains Fleet --- .fleet/run.json | 9 --------- README.md | 4 ++++ 2 files changed, 4 insertions(+), 9 deletions(-) delete mode 100644 .fleet/run.json diff --git a/.fleet/run.json b/.fleet/run.json deleted file mode 100644 index 05ef418..0000000 --- a/.fleet/run.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "configurations": [ - { - "type": "cargo", - "name": "", - }, - - ] -} \ No newline at end of file diff --git a/README.md b/README.md index 3f3e6a0..9c17b52 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,10 @@ OxideFetch can display all of the following information: - GPU - Memory +### Installation +Download a binary for your platform, and place it in your PATH. +Currently, only Windows (x86) and Linux (x86) have binaries available. If you want a binary for another platform, you will have to follow the instructions to build from source. + ### Dependencies #### Build/Install To build Oxidefetch, you need Cargo. You can use Cargo to automatically build and install it like so: