From 2d13f1d0e9912b59105cc37d63d87f8d80221311 Mon Sep 17 00:00:00 2001 From: Santiago Lo Coco Date: Wed, 19 Jan 2022 15:22:54 -0300 Subject: [PATCH] Update README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index e7596c3..55a0350 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,14 @@ Note that you can modify the `sadedot/scripts/install.sh` if you want to install You must install `libnewt` or `dialog`. +## Updating + +To keep your fork up to date with additions to the `sadedot` submodule, you must run: + +```bash +sh sadedot/scripts/update.sh +``` + ## Contributing PRs are welcome.