Skip to content

Commit 2694e2b

Browse files
authored
add powershell echo geode_sdk example
1 parent 20d8c33 commit 2694e2b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

getting-started/sdk.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,12 @@ geode sdk install
1313
```
1414
This *should* set the `GEODE_SDK` enviroment variable, which can you test after restarting your terminal:
1515
```bash
16-
# On windows
16+
# On Windows CMD
1717
echo %GEODE_SDK%
1818

19+
# On Windows PowerShell
20+
echo $env:GEODE_SDK
21+
1922
# Elsewhere
2023
echo $GEODE_SDK
2124
```

0 commit comments

Comments
 (0)