From eee98c748d3ccc1513e79080c035c944760582e1 Mon Sep 17 00:00:00 2001 From: 7i7o Date: Wed, 29 Nov 2023 09:59:54 -0300 Subject: [PATCH] remove yarn from readme --- .changeset/five-seas-taste.md | 5 +++++ README.md | 7 ++----- 2 files changed, 7 insertions(+), 5 deletions(-) create mode 100644 .changeset/five-seas-taste.md diff --git a/.changeset/five-seas-taste.md b/.changeset/five-seas-taste.md new file mode 100644 index 0000000..d912818 --- /dev/null +++ b/.changeset/five-seas-taste.md @@ -0,0 +1,5 @@ +--- +'@protocol.land/sync': patch +--- + +remove yarn from readme diff --git a/README.md b/README.md index 7e96db8..ff742f9 100644 --- a/README.md +++ b/README.md @@ -79,7 +79,7 @@ Follow `1.` and `2.` from the previous section to set up a GitHub Secret. ### Locally (Without GitHub Action) -1. Install a node package manager (`npm`, `yarn`, or `pnpm`) to run it locally. +1. Install a node package manager (`npm` or `pnpm`) to run it locally. 2. Ensure you have a `.gitignore` for all the files you don't want synced. @@ -109,10 +109,7 @@ Follow `1.` and `2.` from the previous section to set up a GitHub Secret. # Using npx npx @protocol.land/sync - # Alternatively, using yarn - yarn @protocol.land/sync - - # Or using pnpm + # Or using pnpx pnpx @protocol.land/sync ```