Skip to content

Commit 46c65c5

Browse files
committed
fix: update TDX experimental guide with environment variable declaration
- Added a warning section detailing the syntax for setting environment variables on different operating systems (Mac/Linux and Windows) to enhance user understanding and ensure proper configuration for TDX applications.
1 parent 240f3b8 commit 46c65c5

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/build-iapp/guides/using-tdx-experimental.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,15 @@ iapp deploy
6262
iapp run <app-address>
6363
```
6464

65+
:::warning Environment Variable Declaration
66+
67+
The syntax for setting environment variables differs between operating systems:
68+
69+
- **Mac/Linux**: `export EXPERIMENTAL_TDX_APP=true`
70+
- **Windows**: `set EXPERIMENTAL_TDX_APP=true`
71+
72+
:::
73+
6574
### Per-Command Method
6675

6776
**Enable TDX for specific commands**:

0 commit comments

Comments
 (0)