Skip to content

Commit

Permalink
Feat: Update create-aragon-app to support yarn installation on… (#1602)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xGabi authored Apr 3, 2020
1 parent c1a4654 commit 86a853d
Show file tree
Hide file tree
Showing 5 changed files with 135 additions and 87 deletions.
2 changes: 2 additions & 0 deletions packages/create-aragon-app/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ Once finished, this will open [http://localhost:3000/](http://localhost:3000/) i

_Note: [npx](https://medium.com/@maybekatz/introducing-npx-an-npm-package-runner-55f7d4bd282b) comes with npm 5.2+ and higher. If you use npm 5.1 or earlier, you can't use `npx`. Instead, install `create-aragon-app` globally._

_Note: We also support [yarn](https://yarnpkg.com/getting-started/install) as a package manager during installation and will use it by default if you have it available in your PATH._

# Tests

In the root of the repository, run:
Expand Down
Loading

0 comments on commit 86a853d

Please sign in to comment.