Skip to content
This repository was archived by the owner on Oct 3, 2023. It is now read-only.

Commit a664b6e

Browse files
Update readme
1 parent c473424 commit a664b6e

3 files changed

Lines changed: 10 additions & 14 deletions

File tree

examples/automatic_tracing/README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,11 @@ ___
4141
cd examples/automatic_tracing
4242
```
4343

44-
2. **TODO Create a node_modules folder or npm install <folder> command?**
45-
44+
2. Create a folder named `node_modules` and make a symlink inside of it, running the following command:
45+
```
46+
cd node_modules
47+
ln -s <opencensus-node-dir>/build/src opencensus-nodejs
48+
```
4649

4750
### Using Stackdriver Exporter
4851

examples/automatic_tracing/package.json

Lines changed: 0 additions & 11 deletions
This file was deleted.

examples/custom_tracing/README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,11 @@ ___
4141
cd examples/automatic_tracing
4242
```
4343

44-
2. **TODO Create a node_modules folder or npm install <folder> command?**
44+
2. Create a folder named `node_modules` and make a symlink inside of it, running the following command:
45+
```
46+
cd node_modules
47+
ln -s <opencensus-node-dir>/build/src opencensus-nodejs
48+
```
4549

4650

4751
### Using Stackdriver Exporter

0 commit comments

Comments
 (0)