Skip to content
This repository was archived by the owner on Aug 5, 2022. It is now read-only.

Commit d171a03

Browse files
xiaoyu3xJimmy Huang
authored andcommitted
Update ocf server in 6lowpan-ble.md (#1820)
Signed-off-by: Zhang xiaoyu<[email protected]>
1 parent 29857cb commit d171a03

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

docs/6lowpan-ble.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -153,9 +153,10 @@ Now that your Arduino 101 is connected, it is as if it's a regular OCF IP
153153
device. You can now connect an OCF client. There are OCF client samples in the
154154
[iot-rest-api-server](https://github.com/intel/iot-rest-api-server) repo.
155155
```bash
156-
$ git clone [email protected]:intel/iot-rest-api-server.git
157-
$ npm install iot-rest-api-server
158-
$ iot-rest-api-server
156+
$ git clone https://github.com/intel/iot-rest-api-server.git
157+
$ cd iot-rest-api-server
158+
$ npm install
159+
$ ./bin/iot-rest-api-server.js
159160
```
160161

161162
You can then do discovery from the browser or using one of the test scripts:

0 commit comments

Comments
 (0)