Skip to content

Commit

Permalink
fix: align crates io and npm versions
Browse files Browse the repository at this point in the history
  • Loading branch information
salamaashoush committed May 31, 2024
1 parent e8719d4 commit 8eb11a8
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/long-dolphins-double.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"pactup": patch
---

fix: align crates io and npm versions
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
<div align="center">
<img src="./docs/pactup.svg" alt="Blazing fast!">
</div>
<span class="badge-npmversion"><a href="https://npmjs.org/package/pactup" title="View this project on NPM"><img src="https://img.shields.io/npm/v/pactup.svg" alt="NPM version" /></a></span>
<span class="badge-crates"><a href="https://crates.io/crates/pactup" title="View this project on Crates.io"><img alt="Crates.io Version" src="https://img.shields.io/crates/v/pactup"></a></span>

## Features

Expand Down Expand Up @@ -58,6 +60,12 @@ curl -fsSL https://raw.githubusercontent.com//main/scripts/install.sh | bash -s
cargo install pactup
```

#### Using Npm (Linux/macOS/Windows)

```sh
npm install -g pactup
```

Then, [set up your shell for pactup](#shell-setup)

#### Using a release binary (Linux/macOS/Windows)
Expand Down

0 comments on commit 8eb11a8

Please sign in to comment.