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: