Commit 4e95681a authored by Wichit Sombat's avatar Wichit Sombat

try fab-windows

parent 978dbe6f
Pipeline #602 failed with stages
...@@ -6,13 +6,13 @@ gradle-based project template for comsci ubu ...@@ -6,13 +6,13 @@ gradle-based project template for comsci ubu
## การ run ## การ run
**<i class="fa fa-windows" aria-hidden="true"></i> Windows** **<i class="fab fa-windows" aria-hidden="true"></i> Windows**
```sh ```sh
.\gradlew.bat run --args="Hello World" .\gradlew.bat run --args="Hello World"
``` ```
**<i class="fa fa-linux" aria-hidden="true"></i> Linux** **<i class="fab fa-ubuntu" aria-hidden="true"></i> Linux**
```sh ```sh
./gradlew run --args="Hello World" ./gradlew run --args="Hello World"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment