Skip to content

Commit

Permalink
Add notes about custom compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
MattBlack85 authored Mar 14, 2024
1 parent c0823c0 commit eab4ac5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,7 @@ you can obtain the same list by running `astromonitor --help`, here what we actu
- `--system-monitor` monitor system resources (CPU and RAM) usage and log it

The main folder where you'll find the logs is `~/.local/share/astromonitor/logs`

# Compile it and run
If you want to compile it by yourself, the project is pure `Rust`, you just need the rust toolchain (see https://rustup.rs/), then clone this repo with `git clone https://github.com/MattBlack85/astro_monitor` or `git clone [email protected]:MattBlack85/astro_monitor` cd into the folder `cd astro_monitor` and then `cargo build --release`.
You will find the compiled program then under `target/release/astromonitor` you can move the program around (for example /usr/local/bin)

0 comments on commit eab4ac5

Please sign in to comment.