Skip to content

Commit a2cbfb3

Browse files
authored
Merge pull request #29 from utopia-php/eldadfux-patch-1
Update README.md
2 parents c848975 + fc13d1b commit a2cbfb3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ use Utopia\System\System;
2626
echo System::getOS(); // prints "Linux" for example
2727
echo System::getHostname(); // Your hostname
2828
echo System::getArch(); // x86_64
29+
echo System::getEnv('MY_ENV_VAR'); // test
2930

3031
echo System::isArm(); // bool
3132
echo System::isPPC(); // bool

0 commit comments

Comments
 (0)