Skip to content

Commit

Permalink
Fix path issues in Node.js sample readme
Browse files Browse the repository at this point in the history
  • Loading branch information
avranju authored Jan 26, 2017
1 parent 48304ec commit 91e022a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions samples/nodejs_simple_sample/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ In order to run a gateway with a Node.js module do the following:
- `Debug\nodejs_simple_sample ..\..\..\samples\nodejs_simple_sample\src\gateway_sample_win.json`

### Linux
On a terminal windows follow these steps:
On a terminal window follow these steps:
- `cd <azure_iot_gateway_sdk_root>/samples/nodejs_simple_sample/src/`
- Update `gateway_sample_lin.json` by replacing `<IoT Hub device connection string>` (in the `iothub_writer` module config JSON (*shown below*)) with your actual IoT Hub device connection string
```
Expand All @@ -69,7 +69,7 @@ On a terminal windows follow these steps:
},
```
- `cd ../../../build/samples/nodejs_simple_sample/`
- `./Debug/nodejs_simple_sample ../../../samples/nodejs_simple_sample/src/gateway_sample_lin.json`
- `./nodejs_simple_sample ../../../samples/nodejs_simple_sample/src/gateway_sample_lin.json`


## Simple sample output
Expand Down

0 comments on commit 91e022a

Please sign in to comment.