Skip to content

Commit

Permalink
example improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
davetcc committed Nov 28, 2024
1 parent 7e71135 commit c385cda
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions java/embeddedJavaDeviceUI/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ This app framework is somewhat opinionated, but if it doesn't match with what yo

In either case the create project process will output a starter project very similar to this working project, you can then decide which of the optional components you want to keep, these are the components that are in the `optional` package. By default it will have a Jetty webserver that serves up browser based EmbedControlJS and a JavaFX UI.

### From the CLI simply
### From the CLI

tcmenu create-project -p RASPBERRY_PIJ -v -n "com.example.menu" "SimpleProject"

Where `com.example.menu` is the Java package to put the source code in, and the project will be called "SimpleProject".
Simply run the above command in the directory where the new project should be created. Where `com.example.menu` is the Java package to put the source code in, and the project will be called "SimpleProject". Rename as appropriate.

### From TcMenu Designer UI

Expand Down

0 comments on commit c385cda

Please sign in to comment.