Skip to content

Commit 6f896f4

Browse files
docsbydesignbobtalkstechjmklix
authored
Clarify installation instructions (#84)
* Clarify installation instructions * update from pr comment Co-authored-by: Bob Watson <[email protected]> Co-authored-by: Joseph Klix <[email protected]>
1 parent 9b10d73 commit 6f896f4

File tree

1 file changed

+13
-5
lines changed

1 file changed

+13
-5
lines changed

README.md

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,16 +20,24 @@ to JS by the [awscrt](https://github.com/awslabs/aws-crt-nodejs) package.
2020
* [Giving Feedback and Contributions](#Giving-Feedback-and-Contributions)
2121

2222
## Installation
23-
### Minimum Requirements
24-
* Node 10.x+
23+
### Check for minimum Requirements
24+
* The AWS IoT Device SDK for JavaScript requires Node v10.0 or later.
25+
```
26+
node -v
27+
```
28+
29+
### Install the required libraries
30+
```
31+
sudo apt-get install cmake
32+
sudo apt-get install libssl-dev
33+
```
2534

26-
### Common Run Time
27-
The aws-crt package can be installed via npm
35+
### Install the AWS Common Runtime
2836
```
2937
npm install aws-crt
3038
```
3139

32-
### Install from npm
40+
### Install the AWS IoT Device SDK
3341
```
3442
npm install aws-iot-device-sdk-v2
3543
```

0 commit comments

Comments
 (0)