Skip to content

Commit 5933e19

Browse files
authored
Update README.md
1 parent b30b874 commit 5933e19

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

+7
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,13 @@ After making changes, make sure to run test cases and linting checks.
101101
- Original source hosted at [GitHub](https://github.com/cms-cat/order)
102102
- Report issues, questions, feature requests on [GitHub Issues](https://github.com/cms-cat/order/issues)
103103

104+
Setup the environment:
105+
```shell
106+
export ORDER_CLEAR_CACHE=True
107+
export ORDER_DATA_LOCATION='/path/to/order-data'
108+
export X509_USER_PROXY=your-cert-file
109+
```
110+
104111
<!-- marker-after-development -->
105112

106113
<!-- marker-after-body -->

0 commit comments

Comments
 (0)