Skip to content

Commit 85e308d

Browse files
authored
switched to yarn as default package manager (#100)
Switched from npm to yarn - updating README to address this.
1 parent 2871794 commit 85e308d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,21 +70,21 @@ TryHackMe Documentation
7070

7171
If you like the TryHackMe documentation and want to help make it better then check out our guidelines below! If you are simply interested in adding a new article, amending an existing article, or fixing any grammatical/formatting errors, then you can follow the instructions below.
7272

73-
> Note: in order to contribute to the project you must have **Node.js** & **NPM** installed. The Node.js binaries come with NPM bundled together, which can be downloaded at [https://nodejs.org/download](https://nodejs.org/download).
73+
> Note: in order to contribute to the project you must have **Node.js** & **NPM/Yarn** installed. The Node.js binaries come with NPM bundled together, which can be downloaded at [https://nodejs.org/download](https://nodejs.org/download).
7474
7575
#### 1. Clone repository and install dependencies
7676
You can execute the commands below into your local terminal window.
7777
```
7878
$ git clone https://github.com/tryhackmeltd/docs.tryhackme.com.git
7979
$ cd ./docs.tryhackme.com-master
80-
$ npm i
80+
$ yarn
8181
```
8282

8383
#### 2. Start development server to run locally
8484
Run the following in your local terminal window to start the local Node.js development server.
8585
*Ensure you are at the project's root directory (where package.json is located)*.
8686
```
87-
$ npm start
87+
$ yarn start
8888
```
8989

9090
#### 3. Editing `<rootDir>/docs`

0 commit comments

Comments
 (0)