Skip to content

Commit 06d0318

Browse files
committed
fix: update README according to recent changes
1 parent 7c29a58 commit 06d0318

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@ without further processing.
66

77
This project uses [Quarkus](https://quarkus.io), the Supersonic Subatomic Java Framework and comprises 3 modules:
88

9-
- `build-tools`, which contains formatting configuration that you can use to set your IDE up to contribute to this
10-
project
9+
- `analysis`, which contains utilities helpful to analyze power measures (computations, statistics, histograms, etc…)
10+
- `if-manifest-export`, which provides a means to export a stopped measure as a [Green Software Foundation](https://greensoftware.foundation/) [Impact Framework](https://if.greensoftware.foundation/) manifest
11+
- `measure`, which provides classes to help record and process measures in client applications
1112
- `metadata`, which contains the metadata API that the RESTful server uses to provide information about what is returned
1213
by the power sensors. This artifact contains classes that can be reused in client projects.
1314
- `server` contains the RESTful server, listening by default on port `20432` (as specified
@@ -69,4 +70,4 @@ Once build, you can run the server as follows:
6970

7071
- JVM mode: `sudo java -jar server/target/quarkus-app/quarkus-run.jar` from the project root
7172
- Dev mode: `cd server; sudo mvn quarkus:dev` or `cd server; sudo quarkus dev` (will only work if `root` has Java properly configured)
72-
- Native mode: `sudo ./server/target/*-runner`
73+
- Native mode: `sudo ./server/target/*-runner`

0 commit comments

Comments
 (0)