Removed some useless files generated by Jetbrains Fleet

This commit is contained in:
River 2023-03-01 19:51:38 -05:00
parent 207341cbd7
commit 6b26f2ea9c
2 changed files with 4 additions and 9 deletions

View File

@ -1,9 +0,0 @@
{
"configurations": [
{
"type": "cargo",
"name": "",
},
]
}

View File

@ -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: