Skip to content

Commit

Permalink
Add the run command
Browse files Browse the repository at this point in the history
  • Loading branch information
alexchen committed Jan 17, 2023
1 parent 6004a49 commit 91d814e
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@

# Prerequisites

* bash
* GNU Make 3.82
* OpenJDK Runtime Environment (build 13.0.2+8)
* javac 13.0.2

# Setup
```
Expand All @@ -17,7 +23,7 @@ The **$PSS_HOME/src/pssgen.jar** should generated.
# Run Example
```
$ cd $PSS_HOME/samples
$ source run.bash
$ make
```

You should see the following logs.
Expand Down

0 comments on commit 91d814e

Please sign in to comment.