adding info for publish
This commit is contained in:
parent
cd737f1032
commit
07305a657e
@ -1,7 +1,14 @@
|
||||
[package]
|
||||
name = "temp"
|
||||
description = "Simple personal CLI tool for monitoring temperatures"
|
||||
license = "MIT"
|
||||
authors = ["Midefos <midefos@gmail.com>"]
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
repository = "https://git.midefos.com/midefos/temp/"
|
||||
readme = "README.md"
|
||||
keywords = ["temperature", "cli", "nvidia", "amd"]
|
||||
categories = ["command-line-utilities"]
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
|
@ -5,6 +5,7 @@ Simple personal CLI tool for monitoring temperatures.
|
||||
You need to have ```nvidia-smi``` and ```lm-sensors``` configured and installed.
|
||||
|
||||
## Usage
|
||||
|
||||
### CPU (Only AMD)
|
||||
Display the current temperature in Celsius.
|
||||
```
|
||||
@ -16,3 +17,8 @@ Display the current temperature in Celsius.
|
||||
temp gpu
|
||||
```
|
||||
|
||||
## Note
|
||||
This tool is specifically designed to function on my personal computer setup and configuration.
|
||||
Its compatibility and reliability on other systems cannot be guaranteed.
|
||||
|
||||
Therefore, it is strongly advised not to use this tool outside of its intended environment.
|
||||
|
Loading…
Reference in New Issue
Block a user