Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
isbm authored Oct 24, 2024
1 parent e739136 commit d74138f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,13 @@ This workflow works very similar to Ansible style.
## Documentation

Complete documentation can be found here: [https://sysinspect.readthedocs.io/en/latest/](https://sysinspect.readthedocs.io/en/latest/)

## Building & Requirements

At this moment, Rust 1.81 toolchain is required. Maybe earlier versions also work. 😉
To build Sysinspect, **do not** use `cargo` directly, but use GNU Make. Building release
is as simple as that:

make <ENTER>

Binary will be found in `/target/release` and modules in `/target/release/sys` (currently only `sys.` namespace implemented).

0 comments on commit d74138f

Please sign in to comment.