diff --git a/README.md b/README.md index fed0a63..f428038 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@
- Lushu Logo + Lushu Logo
# Lushu @@ -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 @@ -110,12 +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 - -This page describes the basic steps to run Lushu. For a more detailed description of the process, -take a look into this -[Lushu Tutorial](https://youtu.be/s17i2BhI_Eo) - ## Testing To test, run `gradle test`. Find all source code for the tests under diff --git a/docs/images/LushuLogo.png b/docs/images/lushu-logo.png similarity index 100% rename from docs/images/LushuLogo.png rename to docs/images/lushu-logo.png diff --git a/docs/images/youtube-logo.png b/docs/images/youtube-logo.png new file mode 100644 index 0000000..46eca31 Binary files /dev/null and b/docs/images/youtube-logo.png differ