We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 344753b commit 312c6a4Copy full SHA for 312c6a4
README.md
@@ -18,9 +18,9 @@ Use our **generated latex template** which automatically includes the Calculator
18
19
### Setup
20
21
-1. [Install `npm`](https://www.npmjs.com/get-npm): Node's package manager
+1. [Install `yarn`](https://classic.yarnpkg.com/lang/en/docs/install/#mac-stable): Node's package manager
22
2. [Install `gulp`](https://gulpjs.com/): a build tool
23
-3. Install dependencies: from the root of this repo `$ npm install`
+3. Install dependencies: from the root of this repo `$ yarn install`
24
4. Run the local server: `$ gulp watch`
25
5. Edit files! Gulp will watch for changes, build the differences and reload the browser
26
0 commit comments