Skip to content

Commit fb58469

Browse files
committed
docs(env): header fix
1 parent 6266e17 commit fb58469

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

doc/env.md

+3-6
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,20 @@
1-
- **[NODE_RFC_MODULE_PATH](#NODE_RFC_MODULE_PATH)**
2-
3-
41
## NODE_RFC_MODULE_PATH
52

63
- Use module path 'node_modules/node-rfc' when using 'node-gyp-build'(`path.resolve(__dirname, "..")`)
74

8-
- If you want to specify the 'node_modules/node-rfc' path directly, set NODE_RFC_MODULE_PATH
5+
- If you want to specify the 'node_modules/node-rfc' path directly, set `NODE_RFC_MODULE_PATH`
96

107
### Usage
118

129
- .env file
1310

14-
```bash
11+
```env
1512
# .env
1613
NODE_RFC_MODULE_PATH=./node_modules/node-rfc
1714
```
1815

1916
- node env variable
2017

21-
```bash
18+
```shell
2219
$ NODE_RFC_MODULE_PATH=./node_modules/node-rfc node rfc-execute.js
2320
```

0 commit comments

Comments
 (0)