Skip to content

Commit

Permalink
docs: update README.md with release page link
Browse files Browse the repository at this point in the history
  • Loading branch information
matheuswhite committed Feb 23, 2024
1 parent c95625a commit 49d08d5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "scope-monitor"
description = "A multi-platform serial monitor with user-extensible features"
authors = ["Matheus T. dos Santos <[email protected]>"]
version = "0.1.0"
version = "0.1.1"
edition = "2021"
rust-version = "1.66.1"
license-file = "LICENSE"
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<br><img src="imgs/scope-logo.png" width="800" alt="Scope Banner">
<br><img src="https://github.com/matheuswhite/scope-rs/actions/workflows/rust.yml/badge.svg" alt="Build Status">
<a href="https://opensource.org/licenses/BSD-3-Clause"><img src="https://img.shields.io/badge/License-BSD_3--Clause-blue.svg"></a>
<a href="https://crates.io/creates/scope-rs"><img src="https://img.shields.io/crates/v/scope-monitor.svg" alt="Version info"></a>
<a href="https://crates.io/crates/scope-monitor"><img src="https://img.shields.io/crates/v/scope-monitor.svg" alt="Version info"></a>
<br><b>Scope</b> is a multi-platform serial monitor with user-extensible features.
</p>

Expand Down Expand Up @@ -149,7 +149,8 @@ The `Scope` combine multiple features. The table below list these features:

## Installation

You can use `cargo` to install `Scope` or download a pre-built binary at [Releases]() page
You can use `cargo` to install `Scope` or download a pre-built binary
at [Releases](https://github.com/matheuswhite/scope-rs/releases) page

### Using `cargo`

Expand Down

0 comments on commit 49d08d5

Please sign in to comment.