Skip to content

Commit e6785f5

Browse files
update
1 parent 11e27ab commit e6785f5

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Examples.GridJs/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,16 @@ open browser and navigate to view all the files in the directory at http://local
3535
1. docker build -t gridjs-demo-java .
3636

3737
2. run with aspose license file:
38+
39+
```bash
3840
docker run -d -p 8080:8080 -v C:/path/to/license.txt:/app/license gridjs-demo-java
41+
```
42+
3943
or just run the demo in trial mode:
44+
45+
```bash
4046
docker run -d -p 8080:8080 gridjs-demo-java
47+
```
4148
4249
3. open browser and enter the url: http://localhost:8080/gridjsdemo/list
4350

0 commit comments

Comments
 (0)