Skip to content

Commit

Permalink
docs: use yarn install instead of npm install (#145)
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Crenshaw <[email protected]>
  • Loading branch information
crenshaw-dev authored Jun 4, 2024
1 parent 5a063f7 commit 854a925
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ Repository for Argo website at [argoproj.io](https://argoproj.io).

## Run and deploy

* Install nodejs, yarn, npm
* Run `npm install`
* Install nodejs, yarn
* Run `yarn install`
* Start local dev server using `yarn start` and check web site at http://localhost:8000

* To push changes to http://argoproj.io/ make sure you have write access to `https://github.com/argoproj/argo-site.git`
Expand Down

0 comments on commit 854a925

Please sign in to comment.