Skip to content

Commit

Permalink
Update README with NetBeans instructions.
Browse files Browse the repository at this point in the history
  • Loading branch information
arashi01 committed Dec 28, 2024
1 parent 41c69ff commit 765eb67
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,17 @@ The project can be imported for development and compilation by any IDE that supp
6. The **Scala (Metals)** extension will detect the `build.sbt` file and prompt you to import the project. Click *
*Import build**.

#### NetBeans (`chromisery-pos` Module Only)

The `chromisery-pos` module can be imported into NetBeans to allow editing of `*.form` files using the GUI editor. The
instructions below assume that the project is already set up and the `chromisery-pos` module has been compiled. From the
project root:

1. Execute `sbt netbeans`.
2. Open NetBeans.
3. Select **File** > **Open Project...**
4. Navigate to, and select the `chromisery-pos` module directory.

## Acknowledgments

We would like to acknowledge the authors and contributors of the following projects, which have laid the foundation for
Expand Down

0 comments on commit 765eb67

Please sign in to comment.