Skip to content

Commit

Permalink
Add download link to the github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Vardhan Patil(DitherWither) committed Mar 3, 2023
1 parent c9029d7 commit ea4e1fa
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ This application is a simple system monitor that shows the cpu usage and memory
The system information is retrieved using the `sysinfo` crate.
`tokio` is used as the async runtime for the iced application.

## Download

Releases will be available soon.

You can also download the automatic builds generated by github actions from the [builds](https://github.com/DitherWither/icy-sysmonitor/actions/workflows/build.yml) page.

## Building

To build the application, you need to have the rust toolchain installed. You can install it from [here](https://www.rust-lang.org/tools/install).
Expand All @@ -23,5 +29,3 @@ additional files.

- Add more system information
- Make the application look better
- Configure CI to build the application
- Add a download link for the application on github pages

0 comments on commit ea4e1fa

Please sign in to comment.