Skip to content

Commit

Permalink
Move tutorial up to beginning of README
Browse files Browse the repository at this point in the history
  • Loading branch information
Yowgf committed Nov 29, 2023
1 parent bdaffd7 commit b6e9498
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@ string, counting occurrences, sending an alert email, etc.

## Running

### Video Tutorial

Check out this 3-minute [Lushu Tutorial](https://youtu.be/s17i2BhI_Eo) on
YouTube.

### Simulate Lushu

Run `gradle fatJar` to generate the file `./Lushu/build/libs/Lushu.jar`. Run it
Expand Down Expand Up @@ -110,11 +115,6 @@ Here are some more examples of words you can input:
Also, try specifying different YAML configuration files. You may find it easier
to edit the example file in `./example/config.yaml`.

### Video Tutorial

Check out this 3-minute [Lushu Tutorial](https://youtu.be/s17i2BhI_Eo) on
YouTube.

## Testing

To test, run `gradle test`. Find all source code for the tests under
Expand Down

0 comments on commit b6e9498

Please sign in to comment.