Update README.md

This commit is contained in:
Chuck Lantz
2019-04-19 13:29:30 -07:00
committed by GitHub
parent de101956ab
commit 02e92bfb90

View File

@@ -13,7 +13,7 @@ Some things to try:
1. **Edit:**
1. Open `src\main\java\com\mycompany\app\App.java`
2. Try adding some code and check out the language features.
2. **Terminal:** Press <kbd>ctrl</kbd>+<kbd>shift</kbd>+<kbd>\`</kbd> and type `uname` and or other Linux commands from the terminal window.
2. **Terminal:** Press <kbd>ctrl</kbd>+<kbd>shift</kbd>+<kbd>\`</kbd> and type `uname` and other Linux commands from the terminal window.
3. **Build, Run, and Debug:**
1. Open `src\main\java\com\mycompany\app\App.java`
2. Add a breakpoint.