Skip to content

Commit f4e1480

Browse files
authored
Update Readme with information about generate_user_env (#833)
1 parent edf48d8 commit f4e1480

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,15 @@ After obtain packages with sdks and toolchains you make it available via HTTP. T
3232
```
3333
It starts local web server that available at `http://localhost:8000`.
3434

35+
(**Macos only supported**)
36+
Generate file with environment variables via
37+
```sh
38+
./server/envs/generate_user_env.sh
39+
```
40+
It produces file with environemnt variables (`user.env`) which contains specific to your host pathes.
41+
42+
You should run those script every time when JDK verison are updated.
43+
3544
Setup all needed packages via
3645
```sh
3746
DM_PACKAGES_URL=<url_where_package_located> ./server/scripts/standalone/setup-standalone-env.sh

0 commit comments

Comments
 (0)