From 8eb11a8c4acce7794708094fe14b28a95f06e005 Mon Sep 17 00:00:00 2001 From: Salama Ashoush Date: Fri, 31 May 2024 18:46:43 +0200 Subject: [PATCH] fix: align crates io and npm versions --- .changeset/long-dolphins-double.md | 5 +++++ README.md | 8 ++++++++ 2 files changed, 13 insertions(+) create mode 100644 .changeset/long-dolphins-double.md diff --git a/.changeset/long-dolphins-double.md b/.changeset/long-dolphins-double.md new file mode 100644 index 0000000..086a224 --- /dev/null +++ b/.changeset/long-dolphins-double.md @@ -0,0 +1,5 @@ +--- +"pactup": patch +--- + +fix: align crates io and npm versions diff --git a/README.md b/README.md index b47e5ee..f5e1058 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,8 @@
Blazing fast!
+NPM version +Crates.io Version ## Features @@ -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)