Skip to content

Commit

Permalink
Update installation instructions for @sudopub/pub
Browse files Browse the repository at this point in the history
package
  • Loading branch information
WMXPY committed Nov 8, 2023
1 parent 5837f20 commit aacc5e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ An orchestration system that is suitable for any size, infrastructure, and prefe

## Install

Install with [yarn](https://yarnpkg.com/):
Install with [yarn](https://yarnpkg.com/)
```sh
yarn add @sudopub/pub
yarn add @sudopub/essential # Peer dependency
```

Install with [npm](https://www.npmjs.com/):
Install with [npm](https://www.npmjs.com/)
```sh
npm install @sudopub/pub --save
npm install @sudopub/essential --save # Peer dependency
Expand Down

0 comments on commit aacc5e7

Please sign in to comment.